Skip to content

Commit e6f3004

Browse files
authored
prettier
1 parent a06c48d commit e6f3004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/configure.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ export default function configure(options) {
192192
}
193193
return Object.assign({}, configured || {}, value);
194194
}
195-
196-
const chromeDataDir = options.chromeDataDir ? path.resolve(cwd, options.chromeDataDir) : null;
197195

198-
const flags = ['--no-sandbox'];
196+
const chromeDataDir = options.chromeDataDir ? path.resolve(cwd, options.chromeDataDir) : null;
197+
198+
const flags = ['--no-sandbox'];
199199

200200
let generatedConfig = {
201201
basePath: cwd,
@@ -214,12 +214,12 @@ export default function configure(options) {
214214
{
215215
KarmaticChrome: {
216216
base: 'Chrome',
217-
chromeDataDir,
217+
chromeDataDir,
218218
flags,
219219
},
220220
KarmaticChromeHeadless: {
221221
base: 'ChromeHeadless',
222-
chromeDataDir,
222+
chromeDataDir,
223223
flags,
224224
},
225225
},

0 commit comments

Comments
 (0)