Skip to content
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 install of @types/jest in set up documentation #786

Closed
aahventures opened this issue Oct 3, 2018 · 2 comments
Closed

Missing install of @types/jest in set up documentation #786

aahventures opened this issue Oct 3, 2018 · 2 comments

Comments

@aahventures
Copy link

Issue :

Missing documentation?
I followed the installation steps, but was getting an error.
I think adding npm i -D @types/jest fixed my problem.
Maybe I'm not understanding something here.

Expected behavior :

Should work if I follow all the steps.

@huafu
Copy link
Collaborator

huafu commented Oct 3, 2018

Thank you for this issue, you are right @types/jest is kind of a required dev. dependency when working with TypeScript tests ;-)

@huafu huafu added this to the 23.10.4 milestone Oct 3, 2018
@huafu huafu changed the title Missing set up documentation Missing install of @types/jest in set up documentation Oct 3, 2018
@huafu huafu changed the title Missing install of @types/jest in set up documentation Missing install of @types/jest in set up documentation Oct 3, 2018
@huafu huafu closed this as completed in b1eed98 Oct 6, 2018
@eddiemonge
Copy link

Is this still needed with Jest@24. Seems like Jest has its own typings now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants