Browse Source

Add missing call to done

Kevin Sawicki 8 years ago
parent
commit
d86f0a1686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-crash-reporter-spec.js

+ 1 - 1
spec/api-crash-reporter-spec.js

@@ -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)