marcopeg / grunt-mocha-chai-sinon

Simple test runner task for NodeJS
8 stars 3 forks source link

blanket / proxyquire problems #6

Open re5et opened 9 years ago

re5et commented 9 years ago

I would like to be able to disable coverage / the requiring of 'blanket', because if used with proxyquire it can cause problems (especially when you happen to have a "src/" directory).

https://github.com/thlorenz/proxyquire/issues/33

an option like "enableCoverage" or something similar would be helpful.

marcopeg commented 9 years ago

I like the idea but I can't put time on that right now. Can you hack in and PR a draft solution that we can discuss and merge?