summaryrefslogtreecommitdiff
path: root/tests/specs/run/cts/cjs_import_cts/__test__.jsonc
blob: 2205183d07ef6ba5a6be08da6f087c696a86afb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tests": {
    "no_check": {
      "args": "run --allow-read main.js",
      "output": "main.out"
    },
    "check": {
      "args": "check main.js",
      "output": "check.out",
      "exitCode": 1
    }
  }
}