Skip to content

Commit 07fa680

Browse files
adjust vite config for v3
1 parent 2bd43e1 commit 07fa680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const EXCLUDE_FROM_COVERAGE = [
3232
]
3333

3434
const VitestConfig = defineConfig((config) => {
35-
const reporters = ['basic']
35+
const reporters = ['default']
3636
if (process.env.ENABLE_TEST_REPORTER) {
3737
reporters.push(['junit', { outputFile: 'reports/junit/junit.xml' }])
3838
}

0 commit comments

Comments
 (0)