summaryrefslogtreecommitdiff
path: root/tests/specs/task/npm_run/__test__.jsonc
blob: b6cb249b8a179462d806c44b230ad880fa077340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
    }
  }
}