busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

buster-static should display failures when a test has no assertions #445

Open GCheung55 opened 9 years ago

GCheung55 commented 9 years ago

If one test were to run, and there were no assertions, the status text displays red, but the test would be marked as green/check-marked.

The test missing assertions would go unnoticed if there were 2+ tests that passed because the status text would display green.