7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
/// <reference types="vitest/globals" />
|
|
/// <reference types="@testing-library/jest-dom" />
|
|
import "@testing-library/jest-dom/vitest";
|
|
|
|
// Add any additional test setup, custom matchers, or global mocks here
|
|
// This file runs before each test file
|