Answers for "jest autocomplete vscode"

1

jest vscode autocomplete

npm install @types/jest
Posted by: Guest on July-26-2021
0

vscode-jest intellisense not working

create jsconfig.json in the root directory of your project.
the file should contain the following:
{ "typeAcquisition": { "include": [ "jest" ] } }

after saving reload vscode.
Worked for me.
Posted by: Guest on June-09-2020

Code answers related to "jest autocomplete vscode"

Browse Popular Code Answers by Language