Vows has an undocumented teardown
feature, but I cannot see any way to setup
stuff before each test (a.k.a. beforeEach
).
One would think it would be possible to cheat and use the topic
, but a topic is only run once (like teardown
), whereas I would like this to be run before each test. Can this not be done in vows?