We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e648e2 commit 44b91d9Copy full SHA for 44b91d9
src/client/hooks/use-user.test.ts
@@ -1,6 +1,5 @@
1
-import React from "react";
2
// Import the mocked SWR module
3
-import swr, { SWRConfig } from "swr";
+import swr from "swr";
4
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
5
6
import type { User } from "../../types/index.js";
0 commit comments