Browse Source

Replace arrow function

Nitish Sakhawalkar 7 years ago
parent
commit
ea2056b513
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-app-spec.js

+ 1 - 1
spec/api-app-spec.js

@@ -158,7 +158,7 @@ describe('app module', () => {
       })
     })
 
-    it('exits gracefully on macos', (done) => {
+    it('exits gracefully on macos', function (done) {
       if (process.platform !== 'darwin') {
         this.skip()
       }