From 7aefc73ffd68c92395aa967a3855a018195ea12e Mon Sep 17 00:00:00 2001 From: Nitish Sakhawalkar Date: Fri, 12 Jan 2018 10:40:48 -0800 Subject: [PATCH] Fix lint --- spec/api-app-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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