When your project is 100% based on requireJS modules, there is a racing condition and mostly of the time the code coverage library (blanket.js) doesn't wait enough for all the `requirejs` dependinces to be loaded.
We have sorted this out by
https://github.com/alex-seville/blanket/issues/156#issuecomment-48900801
Please apply a similar fix to chutzpah's `blanket_qunit.js` file and requireJS samples.
Thank you.
Comments: Thanks for filing this. I can take a look but since you already have the fix feel free to submit a PR
We have sorted this out by
https://github.com/alex-seville/blanket/issues/156#issuecomment-48900801
Please apply a similar fix to chutzpah's `blanket_qunit.js` file and requireJS samples.
Thank you.
Comments: Thanks for filing this. I can take a look but since you already have the fix feel free to submit a PR