Replace arrow function
This commit is contained in:
parent
7aefc73ffd
commit
ea2056b513
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ describe('app module', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
it('exits gracefully on macos', (done) => {
|
it('exits gracefully on macos', function (done) {
|
||||||
if (process.platform !== 'darwin') {
|
if (process.platform !== 'darwin') {
|
||||||
this.skip()
|
this.skip()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue