Skip to content

Commit

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

Expand Down

0 comments on commit 94376cd

Please sign in to comment.