* chore: rename test folder * chore: add test case * fix: use chrome support data when android is absent * chore: add type annotation * chore: add testcases last 2 versions not ie * chore: bump browerslist to v4.8.2 * chore: update test fixtures * chore: update test fixtures
18 lines
226 B
JSON
18 lines
226 B
JSON
{
|
|
"validateLogs": true,
|
|
"ignoreOutput": true,
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"debug": true,
|
|
"targets": {
|
|
"browsers": [
|
|
"android 3"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|