summaryrefslogtreecommitdiff
path: root/tests/specs/vendor/removed/__test__.jsonc
blob: abbcfe46530337d163b435c9ed2291e89f7eb8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "steps": [
    {
      "args": "vendor",
      "output": "vendor.out",
      "exitCode": 1
    },
    {
      "args": "vendor --help",
      "output": "vendor_help.out"
    }
  ]
}