From 143ea4759fa32bcd32ff983caeaec08929a52e80 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 23 May 2024 11:39:48 -0400 Subject: feat(task): run `npm run` commands with Deno more often (#23794) Closes #23036 --- tests/specs/task/npm_run/__test__.jsonc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/specs/task/npm_run/__test__.jsonc (limited to 'tests/specs/task/npm_run/__test__.jsonc') diff --git a/tests/specs/task/npm_run/__test__.jsonc b/tests/specs/task/npm_run/__test__.jsonc new file mode 100644 index 000000000..b6cb249b8 --- /dev/null +++ b/tests/specs/task/npm_run/__test__.jsonc @@ -0,0 +1,17 @@ +{ + "tests": { + "uses_deno_no_flags": { + "args": "task test", + "output": "task_test.out" + }, + "uses_npm_flags": { + "args": "task test_using_npm", + "output": "task_test_using_npm.out", + "exitCode": 1 + }, + "npm_run": { + "args": "task npm_run", + "output": "task_npm_run.out" + } + } +} -- cgit v1.2.3