We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e092297 commit 0e4111cCopy full SHA for 0e4111c
test.js
@@ -17,8 +17,8 @@ describe('detect', function() {
17
});
18
19
it('should not be case sensitive', function() {
20
- assert(detect('readme.md'));
21
- assert(detect('license'));
+ assert(detect('readme.md', {nocase: isLinux}));
+ assert(detect('license', {nocase: isLinux}));
22
23
24
it('should return filepath when a file exists', function() {
0 commit comments