Skip to content

Commit

Permalink
test: use basic reporter (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jan 22, 2023
1 parent ee94f3e commit 5f5be20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
reporter: ['clover', 'cobertura', 'lcov', 'text'],
include: ['src'],
},
reporters: 'basic',
onConsoleLog(log, type) {
if (
type === 'stderr' &&
Expand Down

0 comments on commit 5f5be20

Please sign in to comment.