Skip to content

Commit

Permalink
fix: comment vitest setupFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed May 16, 2024
1 parent e47c4ff commit 084950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export default defineConfig({
include: ['src/**'],
},
testTimeout: 60_000,
setupFiles: ['./vitest.setup.ts'],
// setupFiles: ['./vitest.setup.ts'],
},
})

0 comments on commit 084950b

Please sign in to comment.