summaryrefslogtreecommitdiff
path: root/tests/specs/npm/cjs_import_dual/__test__.jsonc
blob: 83fbd15cc5811ea36f24cac6e68895ecc7e7343a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tests": {
    "run": {
      "args": "run main.ts",
      "output": "run.out"
    },
    "check": {
      "args": "check --all main.ts",
      "exitCode": 1,
      "output": "check.out"
    }
  }
}