Skip to content

Commit

Permalink
Fixed vscode jest command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Oct 18, 2024
1 parent d41c661 commit a56a3d1
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 @@ -5,5 +5,5 @@
"editor.smoothScrolling": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",

"jest.jestCommandLine": "node --no-warnings ./node_modules/.bin/jest -c jest.config.cjs --runInBand --silent"
"jest.jestCommandLine": "NODE_OPTIONS=\"--warnings\" pnpm jest -c jest.config.cjs --runInBand --silent"
}

0 comments on commit a56a3d1

Please sign in to comment.