mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
node tests: Use run_test helper in user_pill.js.
This commit is contained in:
parent
c9c06ae13c
commit
f4b341c2d4
@ -27,10 +27,10 @@ var isaac_item = {
|
||||
user_id: isaac.user_id,
|
||||
};
|
||||
|
||||
(function setup() {
|
||||
run_test('setup', () => {
|
||||
people.add_in_realm(alice);
|
||||
people.add_in_realm(isaac);
|
||||
}());
|
||||
});
|
||||
|
||||
run_test('create_item', () => {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user