diff --git a/vitest.config.mjs b/vitest.config.mjs index 0205f79f3e..3f318360df 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -32,7 +32,7 @@ const EXCLUDE_FROM_COVERAGE = [ ] const VitestConfig = defineConfig((config) => { - const reporters = ['basic'] + const reporters = ['default'] if (process.env.ENABLE_TEST_REPORTER) { reporters.push(['junit', { outputFile: 'reports/junit/junit.xml' }]) }