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

Investigate appliccability of Browserify #55

Open jimivdw opened 8 years ago

jimivdw commented 8 years ago

It was suggested to me that Browserify might allow for in-memory mutations, as well as code parsing and formatting.

This, at the very least, calls for an investigation of the possibilities of Browserify.