diff options
Diffstat (limited to 'cli/tests/unit_node/_fs/_fs_read_test.ts')
| -rw-r--r-- | cli/tests/unit_node/_fs/_fs_read_test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/unit_node/_fs/_fs_read_test.ts b/cli/tests/unit_node/_fs/_fs_read_test.ts index fbd23958d..de741e377 100644 --- a/cli/tests/unit_node/_fs/_fs_read_test.ts +++ b/cli/tests/unit_node/_fs/_fs_read_test.ts @@ -4,11 +4,11 @@ import { assertFalse, assertMatch, assertStrictEquals, -} from "../../../../test_util/std/assert/mod.ts"; +} from "@test_util/std/assert/mod.ts"; import { read, readSync } from "node:fs"; import { open, openSync } from "node:fs"; import { Buffer } from "node:buffer"; -import * as path from "../../../../test_util/std/path/mod.ts"; +import * as path from "@test_util/std/path/mod.ts"; import { closeSync } from "node:fs"; async function readTest( |
