From 0e4111c071470ce4be0804c01a0248331418f8c6 Mon Sep 17 00:00:00 2001 From: Brian Woodward Date: Wed, 6 Jul 2016 17:24:37 -0400 Subject: [PATCH] linux tests --- test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.js b/test.js index 86379ab..6b5ee60 100644 --- a/test.js +++ b/test.js @@ -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() {