jimivdw / grunt-mutation-testing

JavaScript Mutation Testing as grunt plugin. Tests your tests by mutating the code.
MIT License
51 stars 11 forks source link

'Tests fail without mutations' no longer working #37

Closed jimivdw closed 9 years ago

jimivdw commented 9 years ago

When unit tests fail when generating the dummy coverage report, configuration of either the code or the specs is wrong. However, the program does not notice that, will give some warnings, and will not run properly (but still run somehow).

Issue is related to #31 and other reported problems (not reported on this GitHub).

Edit: the problem appeared to be even bigger: the check if tests were failing without mutations at all is broken.

jimivdw commented 9 years ago

Fixed in v1.2.2