grunt-mutation-testing icon indicating copy to clipboard operation
grunt-mutation-testing copied to clipboard

File configuration not working as expected

Open jimivdw opened this issue 9 years ago • 0 comments

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'].

jimivdw avatar Sep 04 '15 10:09 jimivdw