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
Jarek Radosz 057d6b406d
DEV: Extensively use includes() (#17541)
Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
2022-07-17 20:48:36 +02:00
..
acceptance DEV: Remove unnecessary visit() calls (#17536) 2022-07-17 20:15:44 +02:00
fixtures FEATURE: Add plugin API to register About stat group (#17442) 2022-07-15 13:16:00 +10:00
helpers DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
integration DEV: Use key names in triggerKeyEvent (#17535) 2022-07-17 20:15:28 +02:00
unit DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
active-plugins.js.erb DEV: Support for running theme test with Ember CLI (third attempt) 2022-01-13 16:02:07 -05:00
core-tests.js DEV: Support for running theme test with Ember CLI (third attempt) 2022-01-13 16:02:07 -05:00
index.html DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
plugin-tests.js.erb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00
setup-tests.js DEV: Also reset horizontal scroll after each test (#17527) 2022-07-16 22:56:19 +02:00
test-boot-ember-cli.js DEV: Support qunit_disable_auto_start in ember CLI (#16358) 2022-04-02 21:15:50 +02:00