diff options
Diffstat (limited to 'cli/tests/unit_node/assertion_error_test.ts')
| -rw-r--r-- | cli/tests/unit_node/assertion_error_test.ts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/unit_node/assertion_error_test.ts b/cli/tests/unit_node/assertion_error_test.ts index a4f57c479..b61baee93 100644 --- a/cli/tests/unit_node/assertion_error_test.ts +++ b/cli/tests/unit_node/assertion_error_test.ts @@ -1,9 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { stripColor } from "../../../test_util/std/fmt/colors.ts"; -import { - assert, - assertStrictEquals, -} from "../../../test_util/std/assert/mod.ts"; +import { stripColor } from "@test_util/std/fmt/colors.ts"; +import { assert, assertStrictEquals } from "@test_util/std/assert/mod.ts"; import { AssertionError } from "node:assert"; Deno.test({ |
