Skip to content

Commit 5f5be20

Browse files
authored
test: use basic reporter (#1763)
1 parent ee94f3e commit 5f5be20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
reporter: ['clover', 'cobertura', 'lcov', 'text'],
1010
include: ['src'],
1111
},
12+
reporters: 'basic',
1213
onConsoleLog(log, type) {
1314
if (
1415
type === 'stderr' &&

0 commit comments

Comments
 (0)