Question

I want to create a global setup/teardown method with Buster.js, but I can't understand how to do it. The documentation speaks of a "suit:start" and "suite:end"-event which looks like what I'm after, but I don't understand how to hook onto it. Anyone?

Was it helpful?

Solution

That documentation shows the internal API of the buster-test module. We should probably make it clearer in the docs when stuff is internal.

Currently there's no global setup/teardown, unfortunately.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top