jimivdw / grunt-mutation-testing

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

Reporting #13

Closed paysdoc closed 9 years ago

paysdoc commented 9 years ago

I did a rebase on the master. As far as I can see I did not undo any changes you made. But could you please double-check?

jimivdw commented 9 years ago

Support for @excludeMutations broke in the rebase. I'll have a better look at it tomorrow.

paysdoc commented 9 years ago

I see what happened: file 'mutations' was replaced by 'Mutator'. Since the files didn't get 'merged' the exclusion changes were missed. I'll add them in Mutator