mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add missing call to done
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user