summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_username_password/install.out
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-08-14 18:53:15 +0200
committerGitHub <noreply@github.com>2024-08-14 18:53:15 +0200
commitf89b5311492377a3ac18d756dc8c8a309e2c9e8a (patch)
tree68fc92eb556eb72cf75d4f3dd8ff424e283853c2 /tests/specs/npm/npmrc_username_password/install.out
parent1f2d48cd975b719f0248e471f3b503cb01398dfb (diff)
feat(node): support `username` and `_password` in `.npmrc` file (#24793)
Closes #23950
Diffstat (limited to 'tests/specs/npm/npmrc_username_password/install.out')
-rw-r--r--tests/specs/npm/npmrc_username_password/install.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_username_password/install.out b/tests/specs/npm/npmrc_username_password/install.out
new file mode 100644
index 000000000..30643527e
--- /dev/null
+++ b/tests/specs/npm/npmrc_username_password/install.out
@@ -0,0 +1,8 @@
+[UNORDERED_START]
+Download http://localhost:4261/@denotest/basic
+Download http://localhost:4262/@denotest2/basic
+Download http://localhost:4261/@denotest/basic/1.0.0.tgz
+Download http://localhost:4262/@denotest2/basic/1.0.0.tgz
+Initialize @denotest2/basic@1.0.0
+Initialize @denotest/basic@1.0.0
+[UNORDERED_END]