discourse/app/assets
Robin Ward e429af8220
FIX: QUnit tests could time out based on load order (#12342)
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.
2021-03-10 13:32:20 -05:00
..
images Optimize assets/images 2020-11-17 09:53:33 -05:00
javascripts FIX: QUnit tests could time out based on load order (#12342) 2021-03-10 13:32:20 -05:00
stylesheets UX: Consistent labels in invite form (#12339) 2021-03-10 12:27:53 -05:00