Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jest version 22.0.4 is faster than 23.6.0 #7543

Closed
hamzanouali opened this issue Dec 21, 2018 · 3 comments
Closed

jest version 22.0.4 is faster than 23.6.0 #7543

hamzanouali opened this issue Dec 21, 2018 · 3 comments

Comments

@hamzanouali
Copy link

hamzanouali commented Dec 21, 2018

💥 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

@burtek
Copy link

burtek commented Jan 5, 2019

noticed the same recently

@thymikee
Copy link
Collaborator

thymikee commented Jan 7, 2019

We have a couple of similar issues: e.g. #6783 or #7110 so gonna close this one, because we're aware of the issue.

@thymikee thymikee closed this as completed Jan 7, 2019
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants