summaryrefslogtreecommitdiff
path: root/tests/specs/task/both_package_json_selected/__test__.jsonc
blob: acdb7892d0b60c3ee014c9cdb4abe7a778faf7ed (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "steps": [
    {
      "args": "install",
      "output": "install.out"
    },
    { "args": "task bin asdf", "output": "package_json_selected.out" }
  ]
}