Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(busted): make all setup() and teardown() calls lazy
This turns on the `--lazy` flag for busted, which has the effect of making all `setup()` and `teardown()` invocations behave as `lazy_setup()` and `lazy_teardown()`.
- Loading branch information