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
1 changed files with 1 additions and 1 deletions

View File

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