newsuk/times-components

Iterator to take extra args for setup/teardown

colincclark opened this issue · 1 comments

Do you want to request a feature or report a bug?

Feature

What is the current behaviour?

The iterator helper in test-utils currently only takes an array fo tests and sets up those tests, numerically. It would be beneficial if the API handled setup and teardown functions so we could do away with annoying empty describe methods elsewhere

This is not needed anymore, I will close it.