Skip to content

Commit

Permalink
test: init
Browse files Browse the repository at this point in the history
  • Loading branch information
fenghan34 committed Feb 5, 2024
1 parent ec1e97d commit 018ed07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/workspaces/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
results.json
results.json
results.xml
4 changes: 2 additions & 2 deletions test/workspaces/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default defineConfig({
enabled: true,
provider: 'istanbul',
},
reporters: ['default', 'json'],
outputFile: './results.json',
reporters: ['default', 'json', 'junit'],
outputFile: { json: './results.json', junit: './results.xml' },
globalSetup: './globalTest.ts',
},
})

0 comments on commit 018ed07

Please sign in to comment.