summaryrefslogtreecommitdiff
path: root/tests/specs/run/unstable_temporal_api/__test__.jsonc
blob: 226e0ce04831c067df23756acc531c56c3b14a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tests": {
    "basic": {
      "args": "run --no-config --unstable-temporal --check main.ts",
      "output": "main.out",
      "exitCode": 0
    },
    "config": {
      "args": "run --unstable-temporal --check main.ts",
      "output": "main.out",
      "exitCode": 0
    },
    "missing_flag": {
      "args": "run --no-config missing_flag.js",
      "output": "missing_flag.out",
      "exitCode": 1
    }
  }
}