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
install jest-groups runner (npm i -D jest-runner-groups)
add runner: "groups" into jest.config
run any spec
Expected behavior
Test execution is successful
Actual behavior
● Test suite failed to run
TypeError: runtime.enterTestCode is not a function
at node_modules/jest-circus/build/jestAdapterInit.js:1249:15
Additional context
Looking forward for the features being introduced in alpha, however being dependent on using jest-groups as a custom runner/preprocessor. Those two currently conflict with each other. Other non-jest runners might also be not support - haven't checked that.
Version
30.0.0-alpha.7
Steps to reproduce
runner: "groups"
into jest.configExpected behavior
Test execution is successful
Actual behavior
● Test suite failed to run
TypeError: runtime.enterTestCode is not a function
at node_modules/jest-circus/build/jestAdapterInit.js:1249:15
Additional context
Looking forward for the features being introduced in alpha, however being dependent on using jest-groups as a custom runner/preprocessor. Those two currently conflict with each other. Other non-jest runners might also be not support - haven't checked that.
Environment
The text was updated successfully, but these errors were encountered: