aboutsummaryrefslogtreecommitdiff
path: root/node_modules/normalize-package-data/test/consistency.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/normalize-package-data/test/consistency.js')
-rw-r--r--node_modules/normalize-package-data/test/consistency.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/normalize-package-data/test/consistency.js b/node_modules/normalize-package-data/test/consistency.js
index 4082be25c..6bce17a16 100644
--- a/node_modules/normalize-package-data/test/consistency.js
+++ b/node_modules/normalize-package-data/test/consistency.js
@@ -13,7 +13,7 @@ tap.test("consistent normalization", function(t) {
fs.readdir (__dirname + "/fixtures", function (err, entries) {
// entries = ['coffee-script.json'] // uncomment to limit to a specific file
verifyConsistency = function(entryName, next) {
- warn = function(msg) {
+ warn = function(msg) {
// t.equal("",msg) // uncomment to have some kind of logging of warnings
}
filename = __dirname + "/fixtures/" + entryName
@@ -33,4 +33,4 @@ tap.test("consistent normalization", function(t) {
t.end()
})
}) // fs.readdir
-}) // tap.test \ No newline at end of file
+}) // tap.test