-
Notifications
You must be signed in to change notification settings - Fork 790
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
runJest: Error: Cannot find module 'jest-cli/build/cli/args' #2942
Comments
Will be solved with #2980 |
just tested with and got
@splitinfinities how can I test #2980 please ? |
@goulu we're still working on it. We'll likely let folks know there when this is ready to test. There are broader implications we need to work our around this regarding the TS Typings. |
Any news on that? PR is open for a while now and seems on hold |
Just ran into this today when updating jest from 26.4.2 to 27.2.5 and jest-cli from 26.6.3 to 27.2.5 |
Also ran into this problem updating jest and jest-cli to 27.2.3. Any fixes? |
Also ran into this problem updating jest and jest-cli to 27.2.1 version. |
* feat(DarkShadow): scroll support for overflow body * chore: bump library version * chore(jest): downgrade to 26.6.3 ionic-team/stencil#2942
Still present for me as well with jest and jest-cli v27.4.5. |
#3189 includes support for Jest 27, and will be included in the next minor release of Stencil (v2.13.0) |
still fails on v27.4.7 |
Is it time to consider #3156 ? 😛 |
Hey folks, this should be fixed in v2.13.0 of Stencil, which was just released with Jest 27 support. I'm going to close this issue for now, but if this comes up again, please feel free to file a new ticket! |
Hey @rwaskiewicz I appreciate you all wanting to close out issues but your use of the word "should" indicates that you all havent verified that the issue is actually fixed. Issues shouldnt be closed out unless they've been verified by your team. Waiting for someone to have the issue and file another ticket does a big disservice to the people who are watching this issue because they won't know about the new ticket. |
Hey @markcellus, Thanks for the feedback! By no means meant to cause confusion or indicate that the Stencil team hadn't verified this bug was not fixed. To clarify, the cause of this bug has been root caused and the fix was implemented over the course of two PRs - #3189 & #3171. The fix has been tested against Stencil projects both large and small by the team, and we are confident the v2.13.0 release fixes the issue described here. I'll look towards using less ambiguous language in these comments in the future. Thanks again! |
Can confirm this fixed the issue on my pipelines. Thank you |
Stencil version:
(with jest and jest-cli)
I'm submitting a:
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
any call to stencil test ... builds, then causes
(on Windows...)
Expected behavior:
run the tests
( worked with @stencil/core": "^2.5.2", "@types/jest": "^26.0.20" , will revert to these versions ...)
The text was updated successfully, but these errors were encountered: