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/tap/config-malformed.js')
-rw-r--r--test/tap/config-malformed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tap/config-malformed.js b/test/tap/config-malformed.js
index 045022146..4f74ea538 100644
--- a/test/tap/config-malformed.js
+++ b/test/tap/config-malformed.js
@@ -1,7 +1,7 @@
var test = require('tap').test
-var npmconf = require("../../lib/config/core.js")
-var common = require("./00-config-setup.js")
+var npmconf = require('../../lib/config/core.js')
+var common = require('./00-config-setup.js')
test('with malformed', function (t) {
npmconf.load({}, common.malformed, function (er, conf) {