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