summaryrefslogtreecommitdiff
path: root/tests/specs/task/npx_installed_pkg_non_byonm/__test__.jsonc
blob: ae9e640e6487d8288a0f4363efcb3f49f2da058f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "tempDir": true,
  "steps": [{
    "commandName": "npm",
    "args": "install",
    "output": "[WILDCARD]"
  }, {
    "args": "task say",
    "output": "main.out"
  }]
}