summaryrefslogtreecommitdiff
path: root/tests/specs/compile/repetitive_unstable_flag/__test__.jsonc
blob: 00d38bee6e6a03bb22252840fecb95a1a3cdcde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "steps": [
    {
      "args": "compile --unstable-kv -A --output out main.ts",
      "output": "compile.out"
    },
    {
      "commandName": "./out",
      "args": [],
      "output": "main.out"
    }
  ]
}