mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Fix lint
This commit is contained in:
committed by
Cheng Zhao
parent
28f1abcb05
commit
7aefc73ffd
@@ -160,7 +160,7 @@ describe('app module', () => {
|
||||
|
||||
it('exits gracefully on macos', (done) => {
|
||||
if (process.platform !== 'darwin') {
|
||||
this.skip()
|
||||
this.skip()
|
||||
}
|
||||
const appPath = path.join(__dirname, 'fixtures', 'api', 'singleton')
|
||||
const electronPath = remote.getGlobal('process').execPath
|
||||
|
||||
Reference in New Issue
Block a user