mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
zjsunit: Deglobalize namespace.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Steve Howell
parent
7b03d48798
commit
425f1789e2
@@ -2,6 +2,8 @@
|
||||
|
||||
const {strict: assert} = require("assert");
|
||||
|
||||
const {set_global, zrequire} = require("../zjsunit/namespace");
|
||||
|
||||
set_global("$", global.make_zjquery());
|
||||
|
||||
set_global("channel", {});
|
||||
|
||||
Reference in New Issue
Block a user