mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-20 01:04:30 +03:00
Update test for extensions
This commit is contained in:
12
test/specs/browser-emails.json
Normal file
12
test/specs/browser-emails.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"desc" : "Thunderbird",
|
||||
"ua" : "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0",
|
||||
"expect" :
|
||||
{
|
||||
"name" : "Thunderbird",
|
||||
"version" : "78.13.0",
|
||||
"type" : "email"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user