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