Robin Ward
f772a0beac
More backwards compatible changes to sync with ember-cli-test ( #11718 )
...
* More backwards compatible changes to sync with ember-cli-test
* Update app/assets/javascripts/discourse/app/pre-initializers/discourse-bootstrap.js
Co-authored-by: Jarek Radosz <jradosz@gmail.com >
* Various router fixes
Co-authored-by: Jarek Radosz <jradosz@gmail.com >
2021-01-15 12:16:05 -05:00
Roman Rizzi
bbe5d8d5cf
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
Jarek Radosz
1b52cdedb1
DEV: Move more tests into modules ( #11119 )
...
Models, services, mixins, utilities, and most of the controllers
2020-11-05 20:23:28 +01:00
Bianca Nenciu
25b8ed740b
DEV: Make site setting type uploaded_image_list use upload IDs ( #10401 )
...
It used to be a list of concatenated upload URLs which was prone to
break.
2020-10-13 16:17:06 +03:00
Robin Ward
71d37953d5
REFACTOR: Import QUnit and related helpers rather than globals
...
We used many global functions to handle tests when they should be
imported like other libraries in our application. This also gets us
closer to the way Ember CLI prefers our tests to be laid out.
2020-10-07 11:50:49 -04:00
Robin Ward
23f24bfb51
REFACTOR: Move javascript tests inside discourse app
...
This is where they should be as far as ember is concerned. Note this is
a huge commit and we should be really careful everything continues to
work properly.
2020-10-02 11:29:36 -04:00