Skip to content

Commit

Permalink
Install @types/jest
Browse files Browse the repository at this point in the history
According to
jest-community/vscode-jest#440 (comment)
installing @types/jest fixes Jest autocompletion. That was the case for me.
  • Loading branch information
olavfosse committed Jul 13, 2020
1 parent 37fb7a9 commit 845bfcc
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
66 changes: 66 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mongoose": "^5.9.23"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"eslint": "^7.4.0",
"jest": "^26.1.0",
"nodemon": "^2.0.4",
Expand Down

0 comments on commit 845bfcc

Please sign in to comment.