Files
react/scripts
Andrew Clark dd8552ae0d 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.
2021-04-12 09:49:26 -07:00
..
2020-06-30 12:43:52 +01:00
2021-03-22 21:04:13 +00:00
2021-02-10 17:54:58 -06:00
2019-10-03 22:44:18 +05:30
2013-09-09 23:42:54 -07:00