“Jest Intellisense Vscode” Ответ

Vscode-Hest Intellisense не работает

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.
Salo Hopeless

Jest Intellisense Vscode

npm install @types/jest
Muddy Mouse

Ответы похожие на “Jest Intellisense Vscode”

Вопросы похожие на “Jest Intellisense Vscode”

Смотреть популярные ответы по языку

Смотреть другие языки программирования