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
diff options
context:
space:
mode:
Diffstat (limited to 'test/packages/npm-test-blerg3/test.js')
-rw-r--r--test/packages/npm-test-blerg3/test.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/packages/npm-test-blerg3/test.js b/test/packages/npm-test-blerg3/test.js
index f548458ac..cc8d2da54 100644
--- a/test/packages/npm-test-blerg3/test.js
+++ b/test/packages/npm-test-blerg3/test.js
@@ -1,5 +1,4 @@
-
-var assert = require("assert")
-assert.equal(undefined, process.env.npm_config__password, "password exposed!")
-assert.equal(undefined, process.env.npm_config__auth, "auth exposed!")
-assert.equal(undefined, process.env.npm_config__authCrypt, "authCrypt exposed!")
+var assert = require('assert')
+assert.equal(undefined, process.env.npm_config__password, 'password exposed!')
+assert.equal(undefined, process.env.npm_config__auth, 'auth exposed!')
+assert.equal(undefined, process.env.npm_config__authCrypt, 'authCrypt exposed!')