Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

On failed test exit code should be 1 #38

Closed JoniBR closed 4 years ago

JoniBR commented 4 years ago

I intend to use the tests as part of a build pipeline. but even when some tests fail the exit code is 0.

Aboisier commented 4 years ago

Thanks for reporting this! I believe this is a regression, I should be able to fix it before tomorrow.

Aboisier commented 4 years ago

This should now be fixed! Let me know if you have other questions!