summaryrefslogtreecommitdiff
path: root/tests/specs/npm/dual_cjs_esm/cjs_referrer/__test__.jsonc
blob: de2c1a0bc5934abfc45837bb2bdd47a6b2621d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tempDir": true,
  "tests": {
    "check": {
      "args": "check --node-modules-dir=auto main.cts",
      "output": "check.out",
      "exitCode": 1
    },
    "run": {
      "args": "run --node-modules-dir=auto --allow-read main.cts",
      "output": "main.out"
    }
  }
}