-
Notifications
You must be signed in to change notification settings - Fork 455
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
Compatibility with yarn workspaces pnp #1134
Comments
Closed
|
I don't know for sure if it is 100% related to this issue, but I managed to run Steps:
transform: {
'.(ts|tsx)': require.resolve('ts-jest'),
}, Besides the I use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jest has added compatibility to resolve yarn pnp projects, but it seems ts-jest is not compatible as it is unable to find typescript. This can be worked around for now by just disabling pnp:
yarn install --disable-pnp
perhaps needs https://github.com/arcanis/ts-pnp
The text was updated successfully, but these errors were encountered: