tasty-fail-fast-0.0.2: Adds the ability to fail a tasty test suite on first test failure

tasty-fail-fast-0.0.2: Adds the ability to fail a tasty test suite on first test failure

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.

Modules