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
David Taylor 6d126adb4f
DEV: Bind connector actions when made available under this (#18981)
Connector actions are already added as properties of the generated component, but they were not bound. Using them like `{{on "click" this.someAction"}}` and trying to access `this` would not work as expected. This commit binds all actions to the component generated component instance.
2022-11-11 10:30:10 +00:00
..
acceptance DEV: Bind connector actions when made available under this (#18981) 2022-11-11 10:30:10 +00:00
addons/truth-helpers/integration/helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
fixtures FIX: Clientside checks for personal_message_enabled_groups (#18691) 2022-10-21 14:38:33 +10:00
helpers DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
integration UX: tweaks to msg actions menu (#18966) 2022-11-10 07:42:37 +01:00
unit DEV: Use store to create Post records in tests (#18920) 2022-11-08 18:13:45 +01:00
index.html DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
setup-tests.js DEV: Avoid cloning site settings in QUnit tests (#18811) 2022-11-02 20:07:17 +09:00
test-boot-ember-cli.js DEV: Remove all use of Ember/jQuery globals in core (#18670) 2022-10-19 17:04:49 +01:00