Description
Adds the ability to fail a tasty test suite on first test failure.
Description
tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:
defaultMainWithIngredients (map failFast defaultIngredients) tests
Your test suite will now get a --fail-fast
flag.
README.md