1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix test name

This commit is contained in:
Alexander Lukin 2016-06-16 16:04:18 +03:00
parent 93c381f7e8
commit c029b5113e

View File

@ -122,7 +122,7 @@ describe('Unsupported browser check', function() {
assert.equal(supported, true);
});
it('should be NOT passed by #check for IE10.6 when version was not specified in strict mode', function() {
it('should NOT be passed by #check for IE10.6 when version was not specified in strict mode', function() {
var supported = browser.check({}, true, this.ie10_6);
assert.equal(supported, false);
});