15 lines
206 B
JSON
15 lines
206 B
JSON
{
|
|
"suites": ["tests/runner.html"],
|
|
"npm": true,
|
|
"plugins": {
|
|
"local": {
|
|
"browserOptions": {
|
|
"chrome": [
|
|
"disable-gpu",
|
|
"no-sandbox"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|