This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/helpers
Robin Ward b460a6d059 REFACTOR: Continue to converge on what Ember CLI wants us to do
* The creation of a testing div is specific to Rails, so that is
moved back out of setupTests();

* We've removed the `Discourse` globals from the acceptance helpers in favor of
`setApplication`/`getApplication`.

* We pass the container to setupTests because there is no
`__container__` in later Ember versions.

* `App` is now `app` because it's not a constant or class, it's an
instance of an application.
2020-10-16 10:53:13 -04:00
..
assertions.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
component-test.js REFACTOR: Import QUnit and related helpers rather than globals 2020-10-07 11:50:49 -04:00
create-pretender.js REFACTOR: Move test setup to a module 2020-10-08 15:11:51 -04:00
create-store.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
d-editor-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
fixture-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
html-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
qunit-helpers.js REFACTOR: Continue to converge on what Ember CLI wants us to do 2020-10-16 10:53:13 -04:00
review-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
select-kit-helper.js REFACTOR: Import QUnit and related helpers rather than globals 2020-10-07 11:50:49 -04:00
site-settings.js DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
site.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
store-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
textarea-selection-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
widget-test.js REFACTOR: Move test setup to a module 2020-10-08 15:11:51 -04:00