Skip to content

Commit

Permalink
Merge pull request #6 from hsingh23/patch-1
Browse files Browse the repository at this point in the history
add passing string test
  • Loading branch information
juliangruber authored Sep 12, 2016
2 parents 2f9b4da + f8ad57a commit b4d0830
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 b4d0830

Please sign in to comment.