mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a25fa24bd99a93d99af5e09d9f7a04bb6e393cc6
yarn test to default to experimental (#26741)
The idea is that the default `yarn test` command should be the one that includes the most bleeding edge features, because during development you probably want as many features enabled as possible. That used to be `www-modern` but nowadays it's `experimental` because we've landed a bunch of async actions stuff in experimental but it isn't yet being tested at Meta. So this switches the default to `experimental`. DiffTrain build for commit https://github.com/facebook/react/commit/b5810163e913e8c95a7a0a6dee039bc102e3c987.
react-fbsource-import
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%