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

Made sure code, specs and mutate actually point to existing files. #24

Closed jimivdw closed 9 years ago

jimivdw commented 9 years ago

Additionally, this seems to have fixed #20, which appears to have been the result of mutation testing without unit tests.