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

Spec file discovery does not work with Jasmine2 #52

Closed jimivdw closed 8 years ago

jimivdw commented 8 years ago

After upgrading to Jasmine2, the framework is no longer able to automatically determine which unit test file is covered by which spec file.

This is due to a change in the coverage reports: they used to use absolute paths, but now use relative paths instead.

jimivdw commented 8 years ago

Fixed in v1.3.1.