We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd43e1 commit 07fa680Copy full SHA for 07fa680
vitest.config.mjs
@@ -32,7 +32,7 @@ const EXCLUDE_FROM_COVERAGE = [
32
]
33
34
const VitestConfig = defineConfig((config) => {
35
- const reporters = ['basic']
+ const reporters = ['default']
36
if (process.env.ENABLE_TEST_REPORTER) {
37
reporters.push(['junit', { outputFile: 'reports/junit/junit.xml' }])
38
}
0 commit comments