SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

yarn test: Default to bleeding edge configuration (#21238)

My personal workflow is to develop against the www-modern release
channel, with the variant flags enabled, because it encompasses the
largest set of features. Then I rely on CI to run the tests against
all the other configurations.

So in practice, I almost always run

```
yarn test -r=www-modern --variant TEST_FILE
```

instead of

```
yarn test TEST_FILE
```

So, I've updated the `yarn test` command to use those options
by default.
A
Andrew Clark committed
dd8552ae0d82afed66fec649ee5c044c69c65e92
Parent: 9d48779
Committed by GitHub <noreply@github.com> on 4/12/2021, 4:49:26 PM