The errors for ``` it('should pass errors from done callback', function(done) { done.fail('an error'); }); it('should fail normal synchronous tests', function() { expect(true).toBe(false); }); ``` are getting merged into one failure.
The errors for
are getting merged into one failure.