-
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
Missing types for 'ts-jest/presets' #2325
Labels
Comments
josh-hemphill
added
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Feb 5, 2021
Indeed we didn’t ship type definition for
|
ahnpnl
added
Documentation 📖
Enhancement ✨
and removed
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Feb 5, 2021
josh-hemphill
changed the title
Missing types for 'ts-jest/presets' and ts-jest global config
Missing types for 'ts-jest/presets'
Feb 5, 2021
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: