mirror of https://github.com/zulip/zulip.git
node tests: Use zrequire in common.js.
This commit is contained in:
parent
adb02b37ce
commit
bf0ed5915c
|
@ -1,4 +1,4 @@
|
||||||
var common = require("js/common.js");
|
zrequire('common');
|
||||||
|
|
||||||
set_global('$', global.make_zjquery());
|
set_global('$', global.make_zjquery());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue