mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Not headless?
This commit is contained in:
parent
3d08fdd723
commit
83456d2457
|
@ -20,7 +20,6 @@ describe('Chrome extension', function () {
|
||||||
args: [
|
args: [
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
'--disable-dev-shm-usage',
|
'--disable-dev-shm-usage',
|
||||||
'--headless',
|
|
||||||
`load-extension=${path}`,
|
`load-extension=${path}`,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,7 +20,6 @@ describe('DevTools panel for Electron', function () {
|
||||||
args: [
|
args: [
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
'--disable-dev-shm-usage',
|
'--disable-dev-shm-usage',
|
||||||
'--headless',
|
|
||||||
`app=${join(__dirname, 'fixture')}`,
|
`app=${join(__dirname, 'fixture')}`,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user