diff --git a/test/thunk.test.ts b/test/thunk.test.ts index 2064570..f2b6c64 100644 --- a/test/thunk.test.ts +++ b/test/thunk.test.ts @@ -8,7 +8,7 @@ import { waitFor, } from "../mod.ts"; import { createStore, updateStore } from "../store/mod.ts"; -import { assertLike, describe, expect, it } from "../test.ts"; +import { describe, expect, it } from "../test.ts"; import type { Next, ThunkCtx } from "../mod.ts"; // deno-lint-ignore no-explicit-any