bail
Throw a given error
Throw a given error
strategy that bails magellan suite according to thresholds
Iterate over promises, promise-returning or async/await functions in series or parallel. Support settle (fail-fast), concurrency (limiting) and hooks system (start, beforeEach, afterEach, finish)
Stream that receives TAP and exits on first failing test.
strategy that bales magellan suite as long as one test fails
Use --bail to stop teenytest at the first failure
Helpful functions that deal with promises. Avoid fast-failing and wait for all promises to be settled, iterate over arrays and objects, useful promise generation functions, promisify and callbackify.