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

Errors covering the dashboard #14

Open
szamanr opened this issue Feb 2, 2022 · 1 comment
Open

Errors covering the dashboard #14

szamanr opened this issue Feb 2, 2022 · 1 comment

Comments

@szamanr
Copy link

szamanr commented Feb 2, 2022

issue

i tried using jest-dashboard but after running, the dashboard shows up for a second but then gets covered by multiple lines of this error:
Test environment found at "/my/project/dir/node_modules/jest-environment-jsdom/build/index.js" does not export a "getVmContext" method, which is mandatory from Jest 27. This method is a replacement for "runScript".

i can also see Error: Jest worker encountered 4 child process exceptions, exceeding retry limit.

this is the command i'm trying to run (neither works):
jest -c jest.config.ts
jest -c jest.config.ts --watchAll=true

i'm using the dashboard through jest config (reporters: ["jest-dashboard"],).

jest dashboard error

extra info

i'm on jest ^27.3.1, using latest jest-dashboard (^0.3.1), and ts-jest ^27.0.7.

@theoutlander
Copy link
Owner

Thanks, @szamanr for raising this issue. I will try to find some time to look into this. Been very busy lately dealing with health/personal issues so I might not get to it for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants