We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ccc88 commit e0c6438Copy full SHA for e0c6438
test.ts
@@ -1,4 +1,4 @@
1
-import { describe, expect, test } from "vitest";
+import { describe, test } from "vitest";
2
import createDeepMemo from "./src/createDeepMemo";
3
import createDeepSignal from "./src/createDeepSignal";
4
import { createRenderEffect, createRoot } from "solid-js";
0 commit comments