Answers for "vs code jest enzyme intellisense"

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

Browse Popular Code Answers by Language