0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00

chore: moving the setup file of vitest (#3157)

This commit is contained in:
Ame_x 2024-07-20 00:02:35 +09:00 committed by GitHub
parent f23a416f75
commit 84424ad3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default defineConfig({
globals: true,
include: ['**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
exclude: [...configDefaults.exclude, '**/sandbox/**', '**/*.case.test.+(ts|tsx|js)'],
setupFiles: ['./src/test-utils/setup-vitest.ts'],
setupFiles: ['./.vitest.config/setup-vitest.ts'],
coverage: {
enabled: true,
provider: 'v8',