- install pkg
npm i jest @types/jest -D
- setup jsconfig.json
创建 jsconfig.json
{
"typeAcquisition": {
"include": ["jest"]
}
}
- install vscode-jest
npm i jest @types/jest -D
创建 jsconfig.json
{
"typeAcquisition": {
"include": ["jest"]
}
}