Skip to content

Commit df8ad67

Browse files
authored
Update vite.config.js
1 parent 4e7e737 commit df8ad67

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

vite.config.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ export default defineConfig({
66
coverage: {
77
provider: 'v8',
88
reporters: ['text', 'json', 'html', 'lcov'],
9-
reportDir: 'coverage'
10-
},
11-
reporters: [
12-
'default',
13-
['junit', { outputFile: 'junit.xml' }]
14-
]
15-
}
9+
reportDir: 'coverage',
10+
excludeNodeModules: true,
11+
reportsDirectory: './coverage',
12+
clean: true
13+
}
14+
},
1615
})

0 commit comments

Comments
 (0)