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