summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_username_password/__test__.jsonc
blob: 38cc92e7a11f11be54cc0eed3b73a0976aab4721 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "steps": [{
    "args": "install",
    "output": "install.out"
  }, {
    "args": "run -A main.js",
    "output": "main.out"
  }]
}