Skip to content

Commit

Permalink
silent to true to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent 6a4f300 commit ef57182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/static/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default mergeConfig(
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/**'],
root: fileURLToPath(new URL('./', import.meta.url)),
globals: true
globals: true,
silent: true
}
})
)

0 comments on commit ef57182

Please sign in to comment.