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/runner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/node_compat/runner.ts') diff --git a/cli/tests/node_compat/runner.ts b/cli/tests/node_compat/runner.ts index 11ccefa82..4695037cc 100644 --- a/cli/tests/node_compat/runner.ts +++ b/cli/tests/node_compat/runner.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import "./polyfill_globals.js"; import { createRequire } from "node:module"; -import { toFileUrl } from "../../../test_util/std/path/mod.ts"; +import { toFileUrl } from "@test_util/std/path/mod.ts"; const file = Deno.args[0]; if (!file) { throw new Error("No file provided"); -- cgit v1.2.3