We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My tests don't run if I have ES6 imports.
I've looked around and apparently we can now use one of the provided presets directly:
https://kulshekhar.github.io/ts-jest/user/config/#the-3-presets
I'm surprised it hasn't been mentioned yet 🤔 Or maybe it's just me... 😅
The issue? When I try to load the preset, it doesn't work and I get:
Module node_modules/ts-jest/presets/js-with-babel/jest-preset in the transform option was not found.
I've upgraded everything related to Jest and I can see the following in my node_modules:
So I guess that the version I've got should at least allow the preset to be found.
Any help would be really appreciated! 😄
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My tests don't run if I have ES6 imports.
I've looked around and apparently we can now use one of the provided presets directly:
https://kulshekhar.github.io/ts-jest/user/config/#the-3-presets
I'm surprised it hasn't been mentioned yet 🤔 Or maybe it's just me... 😅
The issue? When I try to load the preset, it doesn't work and I get:
Module node_modules/ts-jest/presets/js-with-babel/jest-preset in the transform option was not found.
I've upgraded everything related to Jest and I can see the following in my node_modules:
So I guess that the version I've got should at least allow the preset to be found.
Any help would be really appreciated! 😄
Thanks
The text was updated successfully, but these errors were encountered: