jest intellisense vscode

Solutions on MaxInterview for jest intellisense vscode by the best coders in the world

showing results for - "jest intellisense vscode"
Louisa
14 Jul 2016
1create jsconfig.json in the root directory of your project.
2the file should contain the following:
3{ "typeAcquisition": { "include": [ "jest" ] } }
4
5after saving reload vscode.
6Worked for me.
Luis
03 Nov 2016
1npm install @types/jest
2
similar questions
queries leading to this page
jest intellisense vscode