From 6b77fea1875ae55beb69b0d25b0f0dd4820b3af3 Mon Sep 17 00:00:00 2001 From: Vlad Marginean Date: Wed, 1 Jan 2025 23:35:19 +0200 Subject: [PATCH] style: remove unused import in thunk.test.ts --- test/thunk.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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