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 3e010bc88c
DEV: Ensure RenderGlimmer handles in-place component changes (#17946)
If a widget toggles between displaying two different RenderGlimmer instances, the Widget framework treats them as the same, and so `update()` is called rather than destroy/init. This commit detects this scenario and manually destroys/inits to ensure the correct component is being rendered.
2022-08-16 16:44:21 +01:00
..
acceptance DEV: Use afterEach instead of try/finally (#17944) 2022-08-16 10:49:09 +02:00
fixtures DEV: Add messages tab to the new user menu (#17850) 2022-08-10 08:25:39 +03:00
helpers DEV: Do the full cleanup after **every** test (#17943) 2022-08-16 10:48:32 +02:00
integration DEV: Ensure RenderGlimmer handles in-place component changes (#17946) 2022-08-16 16:44:21 +01:00
unit DEV: Refactor new user menu files (#17879) 2022-08-16 10:37:56 +08: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: Upgrade to Ember 3.28 2022-07-19 10:00:59 +01: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: Do the full cleanup after **every** test (#17943) 2022-08-16 10:48:32 +02:00
test-boot-ember-cli.js DEV: Fix random test ordering (#17905) 2022-08-15 02:04:44 +02:00