mattfysh / testr.js

Unit testing require.js modules, with both stubbed and script-loaded dependencies. Compatible with all test frameworks - Jasmine, QUnit, JsTestDriver, Buster JS, etc.
159 stars 7 forks source link

testr.js does not load anonymous modules #20

Open DhavalDalal opened 10 years ago

DhavalDalal commented 10 years ago

It expects an id for the module, anonymous modules don't get loaded or am I doing something wrong?