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
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
Besides the ts-jest[config] (WARN) Unable to find the root of the project where ts-jest has been installed., everything seems to work now for a basic project.
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: