discourse/app/assets/javascripts/discourse-common/addon/lib
Robin Ward 942ee1e218
FIX: Tests were broken in Firefox (#12456)
There are a lot of little fixes to tests here, but the biggest issue was
too much recursion because we kept replacing the helpers over and over
again. I assume Chrome has tail recursion or something to speed this up
but Firefox hated it.

Otherwise, we can't rely on the order of attributes in rendered HTML so
I simplified most of those tests to just look for key strings in the
HTML that are rendered.
2021-03-22 11:35:51 +11:00
..
attribute-hook.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
debounce.js DEV: Sync up more Ember CLI features (#11790) 2021-01-21 15:55:39 -05:00
deprecated.js
escape.js FIX: Escape Font Awesome icons (#12421) 2021-03-17 16:11:40 +03:00
get-owner.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
get-url.js FIX: subfolder prefix should work even if url starts with the prefix (#12284) 2021-03-04 16:46:22 -05:00
helpers.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
icon-library.js FIX: Escape Font Awesome icons (#12421) 2021-03-17 16:11:40 +03:00
object.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
raw-handlebars-helpers.js FIX: Tests were broken in Firefox (#12456) 2021-03-22 11:35:51 +11:00
raw-handlebars.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
raw-templates.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00