-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
Is this a bug report?
I think so.
After upgrade to CRA 2.0 Jest tests run much slower than before.
I think it could be made by Jest 23
Did you try recovering your dependencies?
yes, but problem still exists
Which terms did you search for in User Guide?
Running Tests
Environment
Environment:
OS: Windows 10
Node: 8.11.2
Yarn: 1.10.1
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.5.2 => 16.5.2
react-dom: ^16.5.2 => 16.5.2
react-scripts: 2.0.3 => 2.0.3
Steps to Reproduce
Tests in previous version reloaded less than 1s. After upgrade to CRA 2.0 tests reload in about 3-4sec. Problec occurs even if I create new empty project
- create-react-app app
- npm run test
Expected Behavior
It should be faster :(
Actual Behavior
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
mucsi96, evang522, nico-w, Mark-Schmeiser, baptistemanson and 3 more