mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Reorganize test files & directories
This commit is contained in:
11
test/data/ua/device/jolla.json
Normal file
11
test/data/ua/device/jolla.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc": "Jolla",
|
||||
"ua": "Mozilla/5.0 (Maemo; Linux; U; Jolla; Sailfish; Mobile; rv:31.0) Gecko/31.0 Firefox/31.0 SailfishBrowser/1.0",
|
||||
"expect": {
|
||||
"vendor": "Jolla",
|
||||
"model": "undefined",
|
||||
"type": "mobile"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user