By default our QUnit test runner starts automatically. This is normally fine but for our `run-qunit.js` script we add a bunch of QUnit events using `eval` and sometimes those events were added after the tests already started/finished resulting in a hang. This adds a new parameter that will cause QUnit not to run automatically, which the runner uses, then triggers a `start()` when it knows it's ready. |
||
|---|---|---|
| .. | ||
| javascripts/integration/components | ||
| run-qunit.js | ||
| smoke_test.js | ||