From 64ebd441e9f1b929c936aab1445afec10b8b7417 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 7 Feb 2024 16:21:32 -0700 Subject: chore: use @test_util for node_compat tests (#22331) --- cli/tests/node_compat/common.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests/node_compat/common.ts') diff --git a/cli/tests/node_compat/common.ts b/cli/tests/node_compat/common.ts index b3663ec3c..e079c6aaf 100644 --- a/cli/tests/node_compat/common.ts +++ b/cli/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 "@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"; /** * The test suite matches the folders inside the `test` folder inside the * node repo -- cgit v1.2.3