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/ouya.json
Normal file
11
test/data/ua/device/ouya.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc": "Ouya",
|
||||
"ua": "Mozilla/5.0 (Linux; Android 4.1.2; OUYA Console Build/JZO54L-OUYA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Safari/537.36",
|
||||
"expect": {
|
||||
"vendor": "OUYA",
|
||||
"model": "undefined",
|
||||
"type": "console"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user