summaryrefslogtreecommitdiff
path: root/tests/specs/test/default_ts/__test__.jsonc
blob: 778fca5c5183fa7368828c167805bebeacec18f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tempDir": true,
  "tests": {
    "ext_flag": {
      "args": "test --ext=ts as_ts.js",
      "output": "ext.out"
    },
    "extensionless": {
      "args": "test extensionless",
      "output": "extensionless.out"
    }
  }
}