diff options
Diffstat (limited to 'cli/tests/unit_node/_fs/_fs_close_test.ts')
-rw-r--r-- | cli/tests/unit_node/_fs/_fs_close_test.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cli/tests/unit_node/_fs/_fs_close_test.ts b/cli/tests/unit_node/_fs/_fs_close_test.ts index fb9ce05c3..155667305 100644 --- a/cli/tests/unit_node/_fs/_fs_close_test.ts +++ b/cli/tests/unit_node/_fs/_fs_close_test.ts @@ -1,9 +1,5 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { - assert, - assertThrows, - fail, -} from "../../../../test_util/std/assert/mod.ts"; +import { assert, assertThrows, fail } from "@test_util/std/assert/mod.ts"; import { assertCallbackErrorUncaught } from "../_test_utils.ts"; import { close, closeSync } from "node:fs"; |