zulip/frontend_tests/zjsunit
Steve Howell 94ffef4de9 zjquery: Eliminate css() helper.
We use css() pretty rarely in our codebase, and
it can sometimes be used mistakenly, when a better
alternative is to toggle a class for external css.

It's hard to support the full API in zjquery, so
we just punt and tell folks to create their own
stubs.

Most of the existing tests that were "fixed" here
weren't actually verifying the behavior of the css()
calls, and for those I just create no-op stubs.

In a few places I verify that css() was called as
expected.
2021-06-04 20:08:19 -07:00
..
handlebars.js zjsunit: Deglobalize handlebars. 2020-12-01 07:14:00 -05:00
i18n.js i18n: Remove i18next. 2021-04-13 17:41:10 -07:00
index.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
markdown_assert.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
mdiff.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
namespace.js js: Convert static/js/i18n.js to ES6 module. 2021-03-26 10:17:56 -07:00
real_jquery.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
stub.js zjsunit: Remove with_stub helper. 2021-02-13 06:48:59 -05:00
test.js node tests: Clear page_params at start of run_test. 2021-04-03 15:03:00 -04:00
zblueslip.js js: Convert static/js/blueslip.js to ES6 module. 2021-03-17 08:47:15 -04:00
zjquery.js zjquery: Eliminate css() helper. 2021-06-04 20:08:19 -07:00
zpage_params.js node tests: Clear page_params at start of run_test. 2021-04-03 15:03:00 -04:00