Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxtaa committed Jan 30, 2024
1 parent 86be875 commit b5c482b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ export default defineConfig({
test: {
mockReset: true,
environment: 'node',
root: 'src',
include: ['**/*.test.{ts,tsx}'],
include: ['src/**/*.test.{ts,tsx}'],
globals: true,
coverage: {
provider: 'v8',
reporter: ['html', isCi ? 'text' : 'text-summary'],
all: true,
include: ['**/*.ts'],
include: ['src/**/*.ts'],
reportsDirectory: 'coverage',
},
snapshotFormat: {
Expand Down

0 comments on commit b5c482b

Please sign in to comment.