Fixed vscode jest command

This commit is contained in:
Alexander Cerutti
2024-10-18 20:08:09 +02:00
parent d41c661f63
commit a56a3d1df5

View File

@@ -5,5 +5,5 @@
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
"editor.defaultFormatter": "esbenp.prettier-vscode", "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"
} }