Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Jun 20, 2020
1 parent a06c48d commit e6f3004
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ export default function configure(options) {
}
return Object.assign({}, configured || {}, value);
}

const chromeDataDir = options.chromeDataDir ? path.resolve(cwd, options.chromeDataDir) : null;

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

const flags = ['--no-sandbox'];

let generatedConfig = {
basePath: cwd,
Expand All @@ -214,12 +214,12 @@ export default function configure(options) {
{
KarmaticChrome: {
base: 'Chrome',
chromeDataDir,
chromeDataDir,
flags,
},
KarmaticChromeHeadless: {
base: 'ChromeHeadless',
chromeDataDir,
chromeDataDir,
flags,
},
},
Expand Down

0 comments on commit e6f3004

Please sign in to comment.