diff options
Diffstat (limited to 'src/client/App.test.tsx')
| -rw-r--r-- | src/client/App.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/App.test.tsx b/src/client/App.test.tsx index 4a7af14..f4e3541 100644 --- a/src/client/App.test.tsx +++ b/src/client/App.test.tsx @@ -5,8 +5,8 @@ import { cleanup, render, screen } from "@testing-library/react"; import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; import { Router } from "wouter"; import { memoryLocation } from "wouter/memory-location"; -import { apiClient } from "./api/client"; import { App } from "./App"; +import { apiClient } from "./api/client"; import { AuthProvider } from "./stores"; vi.mock("./api/client", () => ({ |
