Skip to content

Commit

Permalink
Update vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Sep 9, 2023
1 parent 78325d8 commit 36cdfbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export default defineConfig({
testTimeout: 6000,
globals: true,
watch: false,
setupFiles: ["./tests/setup.ts"]
setupFiles: ["./tests/setup.ts"],
reporters: 'verbose',
threads: false
},
resolve: {
alias: {
Expand Down

0 comments on commit 36cdfbd

Please sign in to comment.