From 21664d5fac67b17aee9bc4de98ae64d129db93dd Mon Sep 17 00:00:00 2001 From: perf3ct Date: Sat, 5 Jul 2025 18:56:55 +0000 Subject: [PATCH] feat(tests): fix frontend unit tests --- frontend/src/test/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/test/setup.ts b/frontend/src/test/setup.ts index 6bd4095..f3d19aa 100644 --- a/frontend/src/test/setup.ts +++ b/frontend/src/test/setup.ts @@ -2,7 +2,7 @@ // This file is automatically loaded before all tests import '@testing-library/jest-dom' -import { vi } from 'vitest' +import { vi, beforeEach, afterEach } from 'vitest' import { setupTestEnvironment } from './test-utils.tsx' // Setup global test environment