mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
zjsunit: Deglobalize run_test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Steve Howell
parent
22166e8ea9
commit
21d432e12c
@@ -5,6 +5,7 @@ const {strict: assert} = require("assert");
|
||||
const _ = require("lodash");
|
||||
|
||||
const {set_global, zrequire} = require("../zjsunit/namespace");
|
||||
const {run_test} = require("../zjsunit/test");
|
||||
const {make_zjquery} = require("../zjsunit/zjquery");
|
||||
|
||||
set_global("$", make_zjquery());
|
||||
|
||||
Reference in New Issue
Block a user