diff options
Diffstat (limited to 'cli/tests/unit_node/_test_utils.ts')
-rw-r--r-- | cli/tests/unit_node/_test_utils.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/tests/unit_node/_test_utils.ts b/cli/tests/unit_node/_test_utils.ts index 510355647..3942cf0a9 100644 --- a/cli/tests/unit_node/_test_utils.ts +++ b/cli/tests/unit_node/_test_utils.ts @@ -1,9 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { - assert, - assertStringIncludes, -} from "../../../test_util/std/assert/mod.ts"; +import { assert, assertStringIncludes } from "@test_util/std/assert/mod.ts"; /** Asserts that an error thrown in a callback will not be wrongly caught. */ export async function assertCallbackErrorUncaught( |