Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-08-09 19:43:08 +0300
committerGar <wraithgar@github.com>2022-08-10 19:44:06 +0300
commit741bccf24ad1fa420a6c6182e04487abc02f8ccf (patch)
tree3b109fd1a45dc19e3212f6b67f8080fac8890d15 /test
parentdaaf4619c85ecf62346770735cfa8e2ddecbef8b (diff)
deps: @npmcli/config@4.2.1
* correctly handle nerf-darted env vars
Diffstat (limited to 'test')
-rw-r--r--test/lib/commands/adduser.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/commands/adduser.js b/test/lib/commands/adduser.js
index 7c7079394..94e58a6d3 100644
--- a/test/lib/commands/adduser.js
+++ b/test/lib/commands/adduser.js
@@ -34,9 +34,7 @@ t.test('simple login', async t => {
'_authtoken=user',
'-authtoken=user',
'_authToken=user',
- '//registry.npmjs.org/:-authtoken=user',
'//registry.npmjs.org/:_authToken=user',
- '//registry.npmjs.org/:_authtoken=user',
'//registry.npmjs.org/:always-auth=user',
'//registry.npmjs.org/:email=test-email-old@npmjs.org',
].join('\n'),