This commit is contained in:
Nitish Sakhawalkar 2018-01-12 10:40:48 -08:00 committed by Cheng Zhao
parent 28f1abcb05
commit 7aefc73ffd

View file

@ -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