Skip to content

Commit

Permalink
mute warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Sep 26, 2024
1 parent b40ff04 commit 01fbcbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/cmds/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ class VitestOptionsBuilder {
deps: {
optimizer: { ssr: { enabled: false }, web: { enabled: false } },
},
env: {
NODE_OPTIONS: '--no-warnings --no-deprecation'
},
include: ["**/*{test,spec,test_,test-}*{ts,mts,cts}"],

onConsoleLog(log) {
Expand Down

0 comments on commit 01fbcbd

Please sign in to comment.