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