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

[Bug] unable to use jest-groups runner in jest 30.0.0-alpha.7 #15519

Open
calxere opened this issue Feb 21, 2025 · 0 comments
Open

[Bug] unable to use jest-groups runner in jest 30.0.0-alpha.7 #15519

calxere opened this issue Feb 21, 2025 · 0 comments

Comments

@calxere
Copy link

calxere commented Feb 21, 2025

Version

30.0.0-alpha.7

Steps to reproduce

  1. install jest-groups runner (npm i -D jest-runner-groups)
  2. add runner: "groups" into jest.config
  3. 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.

Environment

System:
    OS: Windows 11 10.0.26100
    CPU: Intel gen10.
  Binaries:
    Node: 20.12.2 - C:\Program Files\nodejs\node.EXE
    npm: 10.5.2 - C:\Program Files\nodejs\npm.CMD
@calxere calxere changed the title [Bug]: [Bug] unable to use jest-groups runner in jest 30.0.0-alpha.7 Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant