Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Error tests for Jasmine 2.X are not working properly when a timeout has occurred before #18

@juliemr

Description

@juliemr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions