From 366a4480a6928a3468f7bdb327c2df65e037dfac Mon Sep 17 00:00:00 2001 From: Kayra Date: Fri, 26 Apr 2024 16:09:03 +0300 Subject: [PATCH] stuff and things --- ui/vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/vitest.config.ts b/ui/vitest.config.ts index 2aaa819..1112e41 100644 --- a/ui/vitest.config.ts +++ b/ui/vitest.config.ts @@ -5,5 +5,6 @@ export default defineConfig({ plugins: [react()], test: { environment: 'jsdom', + reporters: ['default', 'github-actions'] }, }) \ No newline at end of file