Fix lint
This commit is contained in:
parent
28f1abcb05
commit
7aefc73ffd
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ describe('app module', () => {
|
||||||
|
|
||||||
it('exits gracefully on macos', (done) => {
|
it('exits gracefully on macos', (done) => {
|
||||||
if (process.platform !== 'darwin') {
|
if (process.platform !== 'darwin') {
|
||||||
this.skip()
|
this.skip()
|
||||||
}
|
}
|
||||||
const appPath = path.join(__dirname, 'fixtures', 'api', 'singleton')
|
const appPath = path.join(__dirname, 'fixtures', 'api', 'singleton')
|
||||||
const electronPath = remote.getGlobal('process').execPath
|
const electronPath = remote.getGlobal('process').execPath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue