From 3333d67335091b061c4f538fe888b4f833e18f07 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Tue, 5 Mar 2024 22:49:21 +0200 Subject: chore(tests): Remove vestiges of cli/tests folder (#22712) --- tests/node_compat/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/node_compat/test.ts b/tests/node_compat/test.ts index 214d49446..bafb14db2 100644 --- a/tests/node_compat/test.ts +++ b/tests/node_compat/test.ts @@ -24,7 +24,7 @@ import { } from "./common.ts"; // If the test case is invoked like -// deno test -A cli/tests/node_compat/test.ts -- +// deno test -A tests/node_compat/test.ts -- // Use the as filters const filters = Deno.args; const hasFilters = filters.length > 0; @@ -108,7 +108,7 @@ async function runTest(t: Deno.TestContext, path: string): Promise { } const stderrOutput = decoder.decode(stderr); const repeatCmd = magenta( - `./target/debug/deno test -A cli/tests/node_compat/test.ts -- ${path}`, + `./target/debug/deno test -A tests/node_compat/test.ts -- ${path}`, ); const msg = `"${magenta(path)}" failed: -- cgit v1.2.3