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 'node_modules/init-package-json/test/scope.js')
-rw-r--r--node_modules/init-package-json/test/scope.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/init-package-json/test/scope.js b/node_modules/init-package-json/test/scope.js
index 971916f2d..4fa064928 100644
--- a/node_modules/init-package-json/test/scope.js
+++ b/node_modules/init-package-json/test/scope.js
@@ -19,7 +19,8 @@ tap.test('the scope', function (t) {
init(dir, i, {scope: '@foo'}, function (er, data) {
if (er) throw er
- t.same(EXPECT, data)
+ console.log('')
+ t.has(data, EXPECT)
t.end()
})
setTimeout(function () {