mirror of https://github.com/zulip/zulip.git
node tests: Use zrequire in typing_status.js.
This commit is contained in:
parent
0fc20bf943
commit
c3b89845c9
|
@ -1,4 +1,4 @@
|
||||||
var typing_status = require('js/typing_status');
|
zrequire('typing_status');
|
||||||
|
|
||||||
function return_false() { return false; }
|
function return_false() { return false; }
|
||||||
function return_true() { return true; }
|
function return_true() { return true; }
|
||||||
|
|
Loading…
Reference in New Issue