Load qunit asyncronously

Load qunit asyncronously

Hi guys,

I am trying to integrate qUnit in my web application from javascript, when I enable qunit every files and HTML needed are added dynamically,

However it seems qunit use window.load, and it does not currently load what is inside, I tried to recall qunit using QUnit.init() but it always says 0 test cases when In fact there are severals loaded..



Any ideas?