zulip/frontend_tests/zjsunit
Anders Kaseorg 4889a0486d tests: Compile Handlebars templates with source maps.
This allows us to collect coverage for Handlebars templates, and also
improves the readability of Handlebars-related stack traces.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-02-18 07:38:46 -05:00
..
bugdown_assert.js js: Convert _.reduce to less convoluted code. 2020-02-10 14:08:12 -08:00
finder.js js: Convert a.indexOf(…) !== -1 to a.includes(…). 2020-02-10 14:08:12 -08:00
handlebars.js tests: Compile Handlebars templates with source maps. 2020-02-18 07:38:46 -05:00
i18n.js js: Convert _.map(a, …) to a.map(…). 2020-02-10 14:08:12 -08:00
index.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
mdiff.js js: Convert _.map(a, …) to a.map(…). 2020-02-10 14:08:12 -08:00
namespace.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
stub.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
zblueslip.js js: Convert a.indexOf(…) !== -1 to a.includes(…). 2020-02-10 14:08:12 -08:00
zjquery.js zjquery: Convert elems from object to Map. 2020-02-12 10:39:01 -08:00