Skip to content

Commit

Permalink
fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Mar 14, 2024
1 parent 75fa43b commit 8604bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off",
"jest.runMode": "on-demand",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
Expand Down

0 comments on commit 8604bd9

Please sign in to comment.