Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hsingh23 committed Mar 25, 2016
1 parent 2a23a28 commit f8ad57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test('is array', function(t){
t.notOk(isArray({}));
t.notOk(isArray(null));
t.notOk(isArray(false));
t.notOk(isArray(""));

var obj = {};
obj[0] = true;
Expand Down

0 comments on commit f8ad57a

Please sign in to comment.