Skip to content

Commit 0e4111c

Browse files
committed
linux tests
1 parent e092297 commit 0e4111c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ describe('detect', function() {
1717
});
1818

1919
it('should not be case sensitive', function() {
20-
assert(detect('readme.md'));
21-
assert(detect('license'));
20+
assert(detect('readme.md', {nocase: isLinux}));
21+
assert(detect('license', {nocase: isLinux}));
2222
});
2323

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

0 commit comments

Comments
 (0)