summaryrefslogtreecommitdiff
path: root/tests/specs/npm/cjs_sub_path/__test__.jsonc
blob: dbec76a13ba21d2b982f09c084db771236d04404 (plain)
1
2
3
4
5
6
7
8
{
  "args": "run --allow-read cjs_sub_path/main.js",
  "output": "cjs_sub_path/main.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  }
}