mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Replace arrow function
This commit is contained in:
committed by
Cheng Zhao
parent
7aefc73ffd
commit
ea2056b513
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user