-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Remove or extract binary script from jest-runtime
#10011
Comments
I started to work on this. The CLI of |
I think moving it into |
@SimenB I dont know how we could fix that. |
Test should use https://github.com/facebook/jest/blob/master/TestUtils.ts instead of |
Some tests have settings like this: const moduleNameMapper = {
mappedToDirectory: '<rootDir>/MyDirectoryModule',
} The |
As |
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. |
From #9712.
https://github.com/facebook/jest/tree/c6e63f331b491082075aef4c48ced355ae72add5/packages/jest-runtime/src/cli
We can either just remove it (I'm not really sure about the use case for it, it was added in #1193) or at least extract it out into its own package.
The text was updated successfully, but these errors were encountered: