Do you want to request a _feature_ or report a _bug_?
Feature!
What is the current behavior?
Typescript definitions are missing and I'm getting errors in the editor

What is the expected behavior?
If you could provide jest typings, the experience would be much much better.
Are you getting this after running typings install dt~jest in your project?
Hey,
we aren't using TypeScript and are unlikely to both provide and maintain definitions for TypeScript. There are some in flow-typed that you can potentially use: https://github.com/flowtype/flow-typed/blob/master/definitions/npm/jest_v14.x.x/flow_%3E%3Dv0.23.x/jest_v14.x.x.js
closing was wontfix. If you'd like this, please create them and add them to DefinitelyTyped.
It seems to be not updated to latest version - is there any plan to update it at least?
Again, we do not maintain or own the definitions for Jest for TypeScript. I don't know who created them, please send a pull request to https://github.com/DefinitelyTyped/DefinitelyTyped with the API updates.
I got it, I meant the flow ones
Should be easy to update too! Please send us a PR with the new APIs that were added (jest.resetModules, not sure if much else).
For reference, this worked for me:

Most helpful comment
For reference, this worked for me:
