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
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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
π Bug Report
After upgrading Jest to 25.1.0, I noticed an issue with
jest-circus
having a dev-only dependency onjest-runtime
.jest-runtime
is indeed referenced within jestAdapter.ts here:https://github.com/facebook/jest/blob/2ee214d47f8bbd7fec1b6b4051a2e265136c79a5/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapter.ts#L12
It's referenced as a dev dependency here:
https://github.com/facebook/jest/blob/2ee214d47f8bbd7fec1b6b4051a2e265136c79a5/packages/jest-circus/package.json#L38
To Reproduce
I can create a reproduction repo if necessary, seems like this can be solved fairly easily by just moving the dependency though.
Expected behavior
No uncaught exceptions from within the test framework.
Link to repl or repo (highly encouraged)
See note above.
envinfo
The text was updated successfully, but these errors were encountered: