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 [email protected] 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 [email protected] and it's very fast, I get the test result in 1 second.
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 [email protected] 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 [email protected] and it's very fast, I get the test result in 1 second.
Note: in [email protected] I don't see any progress bar.
Example [email protected]:
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 [email protected]:
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: