Add missing call to done
This commit is contained in:
Родитель
f0566f3790
Коммит
d86f0a1686
|
@ -36,7 +36,7 @@ describe('crashReporter module', function () {
|
|||
}
|
||||
|
||||
it('should send minidump when renderer crashes', function (done) {
|
||||
if (isCI) return
|
||||
if (isCI) return done()
|
||||
|
||||
this.timeout(120000)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче