feat(tests): fix frontend unit tests

This commit is contained in:
perf3ct 2025-07-05 18:56:55 +00:00
parent 8fb55e4069
commit 21664d5fac
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

View File

@ -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