summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/shrinkwrap-scoped-auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/shrinkwrap-scoped-auth.js')
-rw-r--r--deps/npm/test/tap/shrinkwrap-scoped-auth.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/test/tap/shrinkwrap-scoped-auth.js b/deps/npm/test/tap/shrinkwrap-scoped-auth.js
index 8fe0d1e23e..63fd08cb07 100644
--- a/deps/npm/test/tap/shrinkwrap-scoped-auth.js
+++ b/deps/npm/test/tap/shrinkwrap-scoped-auth.js
@@ -50,7 +50,6 @@ test('authed npm install with shrinkwrapped scoped package', function (t) {
],
EXEC_OPTS,
function (err, code, stdout, stderr) {
- console.error(stderr)
t.ifError(err, 'test runner executed without error')
t.equal(code, 0, 'npm install exited OK')
t.notOk(stderr, 'no output on stderr')