Iterator to take extra args for setup/teardown
colincclark opened this issue · 1 comments
colincclark commented
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
ValGeorgiev commented
This is not needed anymore, I will close it.