Skip to content

Commit

Permalink
adjust vite config for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Feb 4, 2025
1 parent 2bd43e1 commit 07fa680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' }])
}
Expand Down

0 comments on commit 07fa680

Please sign in to comment.