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/os/nintendo.json
Normal file
11
test/data/ua/os/nintendo.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"desc" : "Nintendo Switch",
|
||||
"ua" : "Mozilla/5.0 (Nintendo Switch; WifiWebAuthApplet) AppleWebKit/606.4 (KHTML, like Gecko) NF/6.0.1.15.4 NintendoBrowser/5.1.0.20393",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Nintendo",
|
||||
"version" : "Switch"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user