Skip to content

Commit

Permalink
Tests: Add json reporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps authored Mar 18, 2024
1 parent 1b36caf commit 0d9ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineConfig({
],
include: ['**/src/**/*.{js,ts,jsx,tsx}'],
provider: 'v8',
reporter: ['json-summary'],
reporter: ['json', 'json-summary'],
reportOnFailure: true
},

Expand Down

0 comments on commit 0d9ca74

Please sign in to comment.