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

Added JSON reporter. #64

Closed jimivdw closed 8 years ago

jimivdw commented 8 years ago

Hi Martin,

As we are currently looking into integrating this into our CI pipeline, I went ahead and created an easier to integrate JSON reporter. Doing it here seemed the quickest and most feasable way for now.

Can you please have a look at this?