diff options
Diffstat (limited to 'cli/tests/unit_node/_fs/_fs_dir_test.ts')
-rw-r--r-- | cli/tests/unit_node/_fs/_fs_dir_test.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cli/tests/unit_node/_fs/_fs_dir_test.ts b/cli/tests/unit_node/_fs/_fs_dir_test.ts index cd8c8b510..697929fee 100644 --- a/cli/tests/unit_node/_fs/_fs_dir_test.ts +++ b/cli/tests/unit_node/_fs/_fs_dir_test.ts @@ -1,9 +1,5 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { - assert, - assertEquals, - fail, -} from "../../../../test_util/std/assert/mod.ts"; +import { assert, assertEquals, fail } from "@test_util/std/assert/mod.ts"; import { assertCallbackErrorUncaught } from "../_test_utils.ts"; import { Dir as DirOrig, type Dirent } from "node:fs"; |