mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-30 17:27:44 +03:00
Fix failing CI test, update funding & license year
This commit is contained in:
@@ -228,7 +228,7 @@ describe('is() utility method', function () {
|
||||
|
||||
uap.setUA("");
|
||||
assert.strictEqual(uap.getDevice().model, undefined);
|
||||
assert.strictEqual(uap.getDevice().is("undefined"), true);
|
||||
assert.strictEqual(uap.getDevice().is("undefined"), false);
|
||||
assert.strictEqual(uap.getDevice().is(undefined), true);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user