Skip to content

Commit 5cb2e1e

Browse files
committed
chore(vitest): Fixed vitest's junit output file path
1 parent 1e0f93e commit 5cb2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
test: {
3434
globals: true,
3535
reporters: ['default', 'junit'],
36-
outputFile: 'reports/junit/junit.xml',
36+
outputFile: 'reports/vitest/junit/junit.xml',
3737
coverage: {
3838
provider: 'v8',
3939
all: true,

0 commit comments

Comments
 (0)