diff --git a/.vscode/settings.json b/.vscode/settings.json index fd15c98..f392b05 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }