-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Issue with version 24.3.0 using --changedSince flag #8084
Comments
Can you provide a repo with repro? |
Sorry @thymikee i cannot really share the original repo itself. Do you want me to create a dead simple one with a couple jest tests for 24.3.0 version? Would that be of any help? |
Yep, a minimal reproduction with only what's necessary :) |
Seems like something somewhere passes |
Ah, wait. I know. Options here are serialized, and the Wanna send a PR? 😀 I think the correct solution is to pass this as an array. You can do |
Is there a date on when is this going to be released? Not being able to |
When will this be released? |
v24.4.0 does not fix #8088. |
Not saying that this will fix the issue for others but it’s what I did and it worked for me:
|
Not sure if this is the correct place to post this, but I am also still seeing the #8088 I did delete
I also installed
I am running OSX 10.14.3 and saw the same issue on another mac as well. EDIT I am now also seing the issue on [email protected], which I am fairly certain that this is where it worked out fine before.
|
Would it be possible to reopen #8088 as it appears it is still a problem even after the 24.4.0 upgrade? |
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. |
🐛 Bug Report
I am using Babel 7 and Jest 24. After upgrading to v24.3.0 i have issues with command:
The error i get is this:
If i don't use the
--changedSince
flag at all then tests run smoothly.In order to tackle this now i am using
resolutions
inpackage.json
:To Reproduce
Add in package.json:
and then clear everything with
rm -rf node_modules yarn.lock
and then install the new ones withyarn
Finally run
jest
with--changedSince
flag:Expected behavior
Jest tests should not fail and run flawlessly
Link to repl or repo (highly encouraged)
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: