Replace arrow function

This commit is contained in:
Nitish Sakhawalkar 2018-01-12 10:45:17 -08:00 committed by Cheng Zhao
parent 7aefc73ffd
commit ea2056b513

View file

@ -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()
}