-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Uisng @swc/jest crashes with thread '<unnamed>' panicked at 'failed to invoke plugin #7092
Comments
This is not a bug of swc/core |
Hey @kdy1 - is this a problem with |
I think |
Awesome, opened a bug report (magic-akari/swc_mut_cjs_exports#30) with |
I have updated the |
I think #6807 can be relevant. |
Oh it's pinned. Hmm |
The branch with the tests failing is on https://github.com/getsentry/sentry-javascript/tree/abhi-build-swc-jest. Please let me know if you need me to debug/run anything to test stuff out. |
@AbhiPrasad Can you run CI again with |
I ran in locally with |
Works for me locally as well - going to hard-pin the deps you mentioned and run in CI. Unfortunately downloading node is having problems, so CI might flake a couple times while we wait. |
Weird, hard pinning is now working fine for me - so maybe this was something on my side not sure. https://github.com/getsentry/sentry-javascript/actions/runs/4447652660/jobs/7809706494?pr=7504 Now just getting errors around jest stuff in CI, but that's probably because |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the bug
@swc/jest
causes jest to crash in CI when using thejest_workaround
plugin.GH action run: https://github.com/getsentry/sentry-javascript/actions/runs/4437301786/jobs/7787193218
PR w/ crash: getsentry/sentry-javascript#7484
SWC versions:
jest_workaround
versions:Input code
No response
Config
No response
Playground link
No response
Expected behavior
Not crash when running jest
Actual behavior
Version
1.3.40
Additional context
No response
The text was updated successfully, but these errors were encountered: