summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/test/bool.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/JSONStream/test/bool.js')
-rw-r--r--deps/npm/node_modules/JSONStream/test/bool.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/node_modules/JSONStream/test/bool.js b/deps/npm/node_modules/JSONStream/test/bool.js
index 9b87b1730f..6c386d609f 100644
--- a/deps/npm/node_modules/JSONStream/test/bool.js
+++ b/deps/npm/node_modules/JSONStream/test/bool.js
@@ -13,7 +13,7 @@ var fs = require ('fs')
lies: true,
nothing: [null],
// stuff: [Math.random(),Math.random(),Math.random()]
- }
+ }
: ['AOREC', 'reoubaor', {ouec: 62642}, [[[], {}, 53]]]
)
}
@@ -25,7 +25,7 @@ var expected = []
, called = 0
, count = 10
, ended = false
-
+
while (count --)
expected.push(randomObj())
@@ -34,7 +34,7 @@ while (count --)
stringify,
JSONStream.parse([true]),
es.writeArray(function (err, lines) {
-
+
it(lines).has(expected)
console.error('PASSED')
})