fix: align frontend types and tests for react 19 (#339)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import "@testing-library/jest-dom";
|
||||
import { vi } from "vitest";
|
||||
import { beforeEach, vi } from "vitest";
|
||||
|
||||
// Mock fetch globally
|
||||
global.fetch = vi.fn();
|
||||
|
||||
Reference in New Issue
Block a user