I use the CodeCoverageExcludes optiion to exclude handlebars, jquery and other 3rd party libraries from being instrumented (including them gives timeouts in many tests). However, that option is only used within chutzpah code.
Is there any reason for not passing these options to blanket.js in the data-cover-never attribute? Scripts that are loaded through requirejs are not properly excluded, because blanket.js is not told to exclude them.
Is there any reason for not passing these options to blanket.js in the data-cover-never attribute? Scripts that are loaded through requirejs are not properly excluded, because blanket.js is not told to exclude them.