You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed jest@23.0.6 which is the latest version now, but it's very slow and every time I make a change, the test runs twice with a progress bar that counts some seconds, almost I get the test result in less than 6 seconds.
I switched back to jest@22.0.4 and it's very fast, I get the test result in 1 second.
Note: in jest@22.0.4 I don't see any progress bar.
Example jest@22.0.4:
PASS test\expect.spec.js
somthing
√ okk (18ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 2.294s
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
💥 Regression Report
I have installed jest@23.0.6 which is the latest version now, but it's very slow and every time I make a change, the test runs twice with a progress bar that counts some seconds, almost I get the test result in less than 6 seconds.
I switched back to jest@22.0.4 and it's very fast, I get the test result in 1 second.
Note: in jest@22.0.4 I don't see any progress bar.
Example jest@22.0.4:
PASS test\expect.spec.js
somthing
√ okk (18ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 2.294s
Example jest@23.6.0:
RUNS test\expect.spec.js
PASS test\expect.spec.js
somthing
√ okk (25ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Total Time: 7.34s
The text was updated successfully, but these errors were encountered: