Skip to content

Timeouts for BDD Style #34

@aramk

Description

@aramk

Just a feature request to allow passing a third argument for BDD style tests to specify a timeout:

  it('test1', function(test){
    console.log('Hello world');
    expect(spies.log).to.have.been.calledWith('Hello world');
  }, 5000);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions