File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments