-
Notifications
You must be signed in to change notification settings - Fork 459
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
Missing types for 'ts-jest/presets' #2325
Labels
Comments
Indeed we didn’t ship type definition for
|
This was referenced Feb 8, 2021
you can try 26.5.1 which includes all the things you mentioned above, documentation was also updated. |
It it all seems to get detected properly. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
When using Jest in full TS mode (jest.config.ts), imports from 'ts-jest/presets' have no type information.
And documentation about
useESM
is incorrect.To Reproduce
Steps to reproduce the behavior:
Create a project with a
jest.config.ts
file and attempt to set up withts-jest
.Expected behavior
Type information about presets to to be detected and included.
envinfo
The text was updated successfully, but these errors were encountered: