Add missing call to done
This commit is contained in:
parent
f0566f3790
commit
d86f0a1686
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue