mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Some files already were using `noop` in place of `() => {}`.
It's both clearer what it means and is easier to type.
This updates all test files to fully use `noop`, and
adds a shared import from the test lib file.
|
||
|---|---|---|
| .. | ||
| compose_banner.js | ||
| compose.js | ||
| events.js | ||
| handlebars.js | ||
| i18n.js | ||
| index.js | ||
| markdown_assert.js | ||
| mdiff.js | ||
| namespace.js | ||
| real_jquery.js | ||
| stub.js | ||
| test.js | ||
| zblueslip.js | ||
| zjquery_element.js | ||
| zjquery_event.js | ||
| zjquery.js | ||
| zpage_billing_params.js | ||
| zpage_params.js | ||