discourse/test
Kyle Zhao fb200e3055 FIX: Escape $ in translations before interpolating (#8100)
The dollar sign (`$`) is a special replace pattern, and `$&` inserts the
matched string. Thus dollars signs need to be escaped with the special
pattern `$$`, which inserts a single `$`.
2019-09-16 13:52:49 -04:00
..
javascripts FIX: Escape $ in translations before interpolating (#8100) 2019-09-16 13:52:49 -04:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: uses ember-cli recommended chrome flags (#7939) 2019-07-25 11:38:05 +02:00
smoke_test.js DEV: Increase wait duration between smoke test further during edit. 2019-06-14 12:21:54 +08:00