jest intellisense vscode

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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