You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"],).
extra info
i'm on jest ^27.3.1, using latest jest-dashboard (^0.3.1), and ts-jest ^27.0.7.
The text was updated successfully, but these errors were encountered:
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.
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"],
).extra info
i'm on jest ^27.3.1, using latest jest-dashboard (^0.3.1), and ts-jest ^27.0.7.
The text was updated successfully, but these errors were encountered: