diff options
author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2024-03-05 22:49:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 13:49:21 -0700 |
commit | 3333d67335091b061c4f538fe888b4f833e18f07 (patch) | |
tree | ae52b0df83de8bb1c063bbbb584c1e6c42b022e0 /tests/node_compat | |
parent | 942dcbad84f8fd594fe330685e3956884a88969e (diff) |
chore(tests): Remove vestiges of cli/tests folder (#22712)
Diffstat (limited to 'tests/node_compat')
-rw-r--r-- | tests/node_compat/test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 -- <test-names> +// deno test -A tests/node_compat/test.ts -- <test-names> // Use the <test-names> as filters const filters = Deno.args; const hasFilters = filters.length > 0; @@ -108,7 +108,7 @@ async function runTest(t: Deno.TestContext, path: string): Promise<void> { } 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: |