summaryrefslogtreecommitdiff
path: root/tests/specs/run/ts_import_assertions/__test__.jsonc
blob: dc5576bd1dbe3de87484cb390f5ddeab12a57578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "tests": {
    "assertion": {
      "steps": [{
        "args": "run assertion.ts",
        "output": "assertion.out"
      }, {
        // should output the same because the emit won't be cached
        "args": "run assertion.ts",
        "output": "assertion.out"
      }]
    },
    "with": {
      "args": "run with.ts",
      "output": "with.out"
    }
  }
}