Skip to content

Commit

Permalink
add html reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed Dec 30, 2023
1 parent 34b74be commit 6e06c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
include: ['**/src/**/*.{ts,tsx}'],
allowExternal: true,
reportOnFailure: true,
reporter: ['text', 'json-summary', 'json'],
reporter: ['text', 'json-summary', 'json', 'html'],
},
},
})

0 comments on commit 6e06c7f

Please sign in to comment.