Skip to content

Commit

Permalink
force exclude data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 21, 2024
1 parent c4ad284 commit 312b265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ensjs/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ export default defineConfig({
coverage: {
enabled: true,
include: ['src/**/*'],
exclude: ['data/**/*'],
},
environment: 'happy-dom',
setupFiles: ['./src/test/setup.ts'],
include: ['src/**/*.test.ts'],
exclude: ['data/**/*'],
},
})

0 comments on commit 312b265

Please sign in to comment.