mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
fix test name
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user