Skip to content

Nested tests? #62

Closed
Closed
@matthewmueller

Description

@matthewmueller

One thing that's nice about nested tests is being able to support different before, after, beforeEach, and afterEach functions.

Would probably be a pretty large refactor, but I could see API looking like this:

test('a model', function(t, test) {
  test('should do this', function (t) {
      // do test
  }) 
})

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