mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix version matching
This commit is contained in:
@@ -19,4 +19,5 @@ test('test', t => {
|
||||
test('_parseBrowser', t => {
|
||||
const b = parser._parseBrowser();
|
||||
t.is(b.name, 'Opera');
|
||||
t.is(b.version, '43.0.2442.1165');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user