1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix version matching

This commit is contained in:
Denis Demchenko
2017-04-09 22:30:19 +03:00
parent d57094d857
commit ce885847ce
2 changed files with 27 additions and 26 deletions

View File

@@ -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');
});