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