Closed
Description
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
Labels
No labels