-
-
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
[Bug]: Jest encountered an unexpected token 'export' with "uuid" module #12790
Labels
Comments
Duplicate of #12770 |
zak39
added a commit
to arawa/workspace
that referenced
this issue
May 2, 2022
With Jest 28, it doesn't into account the 'uuid' module. I resolved this issue creating a new bug issue to Jest : jestjs/jest#12790 But, it's a duplicate of this issue uuidjs/uuid#616 Resolve with this suggestion : uuidjs/uuid#616 (comment)
zak39
added a commit
to arawa/workspace
that referenced
this issue
May 2, 2022
With Jest 28, it doesn't into account the 'uuid' module. I resolved this issue creating a new bug issue to Jest : jestjs/jest#12790 But, it's a duplicate of this issue uuidjs/uuid#616 Resolve with this suggestion : uuidjs/uuid#616 (comment)
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
28.0.2
Steps to reproduce
These steps to produce my issue :
git checkout dependabot/npm_and_yarn/jest-28.0.3
(link to Dependabot's PR : npm: bump jest from 27.5.1 to 28.0.3 arawa/workspace#483 )make
command (you must have npm 7.X and node 14.X)npm -i --save-dev jest-environment-jsdom
npm test
Expected behavior
I expect to see all tests passed to green.
Actual behavior
I get this error message after run
npm test
.Additional context
No response
Environment
System: OS: Linux 5.4 Ubuntu 20.04.4 LTS (Focal Fossa) CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz Binaries: Node: 14.19.1 - /usr/bin/node Yarn: 1.22.10 - /usr/bin/yarn npm: 7.24.2 - /usr/bin/npm npmPackages: jest: ^28.0.2 => 28.0.2
The text was updated successfully, but these errors were encountered: