fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead.

This commit is contained in:
tamaina 2024-03-14 17:42:30 +09:00
parent 75fa43bc59
commit 8604bd9807

View file

@ -7,7 +7,7 @@
"*.test.ts": "typescript" "*.test.ts": "typescript"
}, },
"jest.jestCommandLine": "pnpm run jest", "jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off", "jest.runMode": "on-demand",
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": "explicit" "source.fixAll": "explicit"
}, },