Skip to content

Commit fac3c8c

Browse files
committed
test/3.js :: verify that NaN throws an error as a source object
1 parent de9636d commit fac3c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test('ctor', function(t) {
77
streamify();
88
}, 'throws: no argument');
99

10-
[null, undefined, 1, 'string', new Object(), function(){}].forEach(
10+
[null, undefined, 1, NaN, 'string', new Object(), function(){}].forEach(
1111
function(item) {
1212
t.throws(function() {
1313
streamify(item);

0 commit comments

Comments
 (0)