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

When a file is not tested at all, mutation score is still 100% #41

Closed jimivdw closed 9 years ago

jimivdw commented 9 years ago

In case the Karma code-specs pair does not contain a single spec for a certain file, this file still gets marked with a 100% mutation score. It should rather be marked as 'untested'.

jimivdw commented 9 years ago

Fixed with release v1.2.3