What steps will reproduce the problem?
1. Use require.js in a library
2. Exercise the library
3. Examine coverage report
What is the expected output? What do you see instead?
None of the code loaded by requirejs is considered covered, even though it's
visible in Chrome devtools and is definitely run.
What version of the product are you using? On what operating system?
1.0.0.2
Please provide any additional information below.
I'm trying to use this to test the coverage on ninjascript - there a public
github repo at https://github.com/LRDesign/NinjaScript
Original issue reported on code.google.com by
nya...@gmail.comon 2 Dec 2011 at 5:11