zulip/frontend_tests
Steve Howell f6d670ae3d Extract sent_messages.js.
This is mostly straightforward moving of code out of compose.js.

The code that was moved currently supports sending time
reports for sent messages, but we intend to grow out the new
module to track more state about sent messages.

The following function names in this commit are new, but their
code was basically pulled over verbatim:

    process_success (was process_send_time)
    set_timer_for_restarting_event_loop
    clear
    initialize

All the code in the new module is covered by previous tests that
had been written for compose.js.  This commit only modifies
a few things to keep those tests.

The new module has 100% node coverage, so we updated `enforce_fully_covered`.
2017-07-13 23:42:27 -04:00
..
casper_lib casper: Add waitForSelectorText. 2017-06-07 13:41:59 -07:00
casper_tests casper: Fix nondeterministic failures in realm creation tests. 2017-07-10 16:18:17 -07:00
node_tests Extract sent_messages.js. 2017-07-13 23:42:27 -04:00
zjsunit zjquery: Remove jquery_array(). 2017-07-09 08:31:22 -04:00
.eslintrc.json Eslint: Add additioanl rules, some for GCI. 2016-12-05 10:01:56 -08:00
run-casper Disable proxy setting for test-backend and test-js-with-casper. 2017-04-18 12:35:44 -07:00