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

File configuration not working as expected #43

Open jimivdw opened 9 years ago

jimivdw commented 9 years ago

As came forward in #40, it is not easy to exclude files from the configuration options.

Whereas in most Grunt plugins, one can simply do ['js/*.js', '!js/*.test.js'], this is not possible in our setup, or at least can only be achieved via ['js/!(*.test).js'].