summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc
blob: 1f4952ed9bc61b9c3612eb27fa76117381257ede (plain)
1
2
3
4
5
6
7
8
9
10
{
  "envs": {
    "USERPROFILE": "$DENO_DIR",
    "HOME": "$DENO_DIR"
  },
  "tempDir": true,
  "args": "install -L debug",
  "output": "main.out",
  "cwd": "subdir"
}