Testy / TestyTs

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

Summary message - there is no "fail" #59

Closed gp-slick-coder closed 3 years ago

gp-slick-coder commented 3 years ago

image

Shouldn't it be 0/3 failed?

Aboisier commented 3 years ago

Huh, that's weird! Did you mean 0/4 failed though?

Aboisier commented 3 years ago

Thanks for reporting! The fix (#60 ) is now published.

gp-slick-coder commented 3 years ago

Thanks, I tested it and the issue is corrected. 👍

image

Side note:

I would not count the skipped tests to the sum count. My summary would look like: Summary: 3/3 passed, 0/3 failed, 1/4 skipped. (12.071s)

But that is as so often a matter of opinion ;-)

Aboisier commented 3 years ago

You're right, it would be easier to see that all the tests have passed!