Skip to content

Commit

Permalink
vscode: update jest plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Aug 25, 2024
1 parent aa338ac commit 581b984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"jest.showCoverageOnLoad": true,
"jest.runMode": "watch",
"jest.jestCommandLine": "pnpm test --",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
Expand Down

0 comments on commit 581b984

Please sign in to comment.