Skip to content

Commit

Permalink
style: remove unused import in thunk.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VldMrgnn committed Jan 1, 2025
1 parent 31e6caa commit 6b77fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/thunk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b77fea

Please sign in to comment.