From 7c8b8aed22e23262597ac9558a90e2a8e6819d82 Mon Sep 17 00:00:00 2001 From: hasundue Date: Mon, 20 Nov 2023 22:23:32 +0900 Subject: [PATCH] test(cli): remove unused import --- test/specs/cli_test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/specs/cli_test.ts b/test/specs/cli_test.ts index 4dc113c6..fb80de0d 100644 --- a/test/specs/cli_test.ts +++ b/test/specs/cli_test.ts @@ -1,4 +1,3 @@ -import { $ } from "../../lib/x/dax.ts"; import { assertEquals } from "../../lib/std/assert.ts"; import { stripAnsiCode } from "../../lib/std/fmt.ts"; import { assertSnapshot } from "../../lib/testing.ts";