Prettier has opinions.

This commit is contained in:
Ken Sternberg 2024-01-08 15:03:18 -08:00
parent df0784b8a8
commit 529b2b06c3
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ export const config: Options.Testrunner = {
{
"browserName": "chrome",
"wdio:chromedriverOptions": {
"binary": "./node_modules/.bin/chromedriver",
binary: "./node_modules/.bin/chromedriver",
},
"goog:chromeOptions": {
"args": ["--disable-infobars", "--window-size=1280,800"].concat(
args: ["--disable-infobars", "--window-size=1280,800"].concat(
(function () {
return process.env.HEADLESS_CHROME === "1"
? [