Skip to content

Commit

Permalink
linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Jul 6, 2016
1 parent e092297 commit 0e4111c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ describe('detect', function() {
});

it('should not be case sensitive', function() {
assert(detect('readme.md'));
assert(detect('license'));
assert(detect('readme.md', {nocase: isLinux}));
assert(detect('license', {nocase: isLinux}));
});

it('should return filepath when a file exists', function() {
Expand Down

0 comments on commit 0e4111c

Please sign in to comment.