zulip/frontend_tests/zjsunit
Rohitt Vashishtha c76648c3d4 zjquery: Do not run JSON.parse on data-* attrs.
JSON.parse behaves as we want for numbers but for strings, we would
throw an error like 'unexpected token at position 0'. This meant we
couldn't read back the value set by `$input.data('val', 'text')`.
2020-05-16 14:51:19 -07:00
..
bugdown_assert.js text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07: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 zblueslip: Run blueslip.reset after each test. 2020-04-20 08:17:20 -04:00
mdiff.js js: Convert _.has to Object.prototype.hasOwnProperty. 2020-02-25 14:09:39 -08:00
namespace.js zjsunit: Clear namespace more aggressively. 2020-02-27 10:21:36 -05:00
stub.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
zblueslip.js zblueslip: Simplify broken error message. 2020-04-24 18:24:12 -04:00
zjquery.js zjquery: Do not run JSON.parse on data-* attrs. 2020-05-16 14:51:19 -07:00