diff options
Diffstat (limited to 'tests/node_compat/common.ts')
-rw-r--r-- | tests/node_compat/common.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/node_compat/common.ts b/tests/node_compat/common.ts index e079c6aaf..c20047237 100644 --- a/tests/node_compat/common.ts +++ b/tests/node_compat/common.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { partition } from "@test_util/std/collections/partition.ts"; -import { join } from "@test_util/std/path/mod.ts"; -import * as JSONC from "@test_util/std/jsonc/mod.ts"; +import { partition } from "@std/collections/partition.ts"; +import { join } from "@std/path/mod.ts"; +import * as JSONC from "@std/jsonc/mod.ts"; /** * The test suite matches the folders inside the `test` folder inside the * node repo |