diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index 857857842a96..eca17ed5f23c 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -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