From 2afe12ad2dde347dc93d4eca9a32e89c0b289cff Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 7 May 2026 11:28:01 +0100 Subject: [PATCH] fix pattern --- src/apps/cli/testdeno/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/cli/testdeno/deno.json b/src/apps/cli/testdeno/deno.json index 18797ae..c056f9c 100644 --- a/src/apps/cli/testdeno/deno.json +++ b/src/apps/cli/testdeno/deno.json @@ -1,6 +1,6 @@ { "tasks": { - "test": "deno test -A --no-check .", + "test": "deno test -A --no-check test-*.ts", "test:local": "deno test -A --no-check test-setup-put-cat.ts test-mirror.ts", "test:push-pull": "deno test -A --no-check test-push-pull.ts", "test:setup-put-cat": "deno test -A --no-check test-setup-put-cat.ts",