mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
fix test name
This commit is contained in:
parent
93c381f7e8
commit
c029b5113e
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user