discourse/test/javascripts/helpers
Robin Ward c1bcb78441 REFACTOR: Allow helpers to access site settings
Since `Discourse.SiteSettings` is removed, helpers can now include and
call `helperContext().siteSettings` to get access to the settings
without using a global variable.
2020-07-22 14:14:38 -04:00
..
assertions.js FIX: Flaky tests. Due to CSS transitions opacity might not be 0 yet. 2020-05-05 13:45:14 -04:00
component-test.js REFACTOR: Allow helpers to access site settings 2020-07-22 14:14:38 -04:00
create-pretender.js FEATURE: Allow group moderators to add/remove staff notes (#10252) 2020-07-20 15:53:47 -04:00
create-store.js REFACTOR: Remove less effective method of injecting `siteSettings` 2020-07-15 11:48:55 -04:00
d-editor-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixture-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
html-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
qunit-helpers.js REFACTOR: Remove less effective method of injecting `siteSettings` 2020-07-15 11:48:55 -04:00
review-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
select-kit-helper.js FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
site-settings.js FIX: Missing favicon in test 2020-07-20 13:25:26 -04:00
site.js DEV: Use consistent interpolation key format in translations 2020-06-02 19:05:10 +02:00
store-pretender.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
textarea-selection-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widget-test.js DEV: Allows moduleForWidget to use before/afterEach options (#9296) 2020-03-30 18:12:32 +02:00