feat(tests): fix frontend unit tests
This commit is contained in:
parent
8fb55e4069
commit
21664d5fac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue