From 6e06c7f9bf727bc82c21a33a93980f1ab7807aab Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Sat, 30 Dec 2023 12:39:08 -0500 Subject: [PATCH] add html reporter --- tests/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vitest.config.ts b/tests/vitest.config.ts index b68bb35..7bd36f9 100644 --- a/tests/vitest.config.ts +++ b/tests/vitest.config.ts @@ -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'], }, }, }) \ No newline at end of file