grunt-mutation-testing
grunt-mutation-testing copied to clipboard
File configuration not working as expected
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']
.