summaryrefslogtreecommitdiff
path: root/tests/specs/task/npm_run/__test__.jsonc
diff options
context:
space:
mode:
authorMarvin Hagemeister <marvin@deno.com>2024-05-29 22:16:35 +0200
committerGitHub <noreply@github.com>2024-05-29 20:16:35 +0000
commit3c3076a84ce84f7f9b5db5f476db8ee878eb603b (patch)
tree5838815d86ba728fd1a53d1737148b6124a3a559 /tests/specs/task/npm_run/__test__.jsonc
parent814ac9a75d343435ac7c8c2ff6dad8ab89eb8a4c (diff)
fix(task): always use `npm` for `npm run` with flags (#24028)
Diffstat (limited to 'tests/specs/task/npm_run/__test__.jsonc')
-rw-r--r--tests/specs/task/npm_run/__test__.jsonc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/task/npm_run/__test__.jsonc b/tests/specs/task/npm_run/__test__.jsonc
index b6cb249b8..7f3ce2885 100644
--- a/tests/specs/task/npm_run/__test__.jsonc
+++ b/tests/specs/task/npm_run/__test__.jsonc
@@ -12,6 +12,10 @@
"npm_run": {
"args": "task npm_run",
"output": "task_npm_run.out"
+ },
+ "npm_run_args": {
+ "args": "task npm_run_args",
+ "output": "task_npm_run_args.out"
}
}
}