it('should work with case sensitivity off', function() {
          // Given: a string that does not match the case of the pattern, and case sensitivity is off
          wildstring.caseSensitive = false;
          var pattern = '*TEST',
                  string = 'TeSt';