mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Add people.initialize().
This makes us not have to stub jquery in many of our node tests!
This commit is contained in:
@@ -2,8 +2,6 @@ add_dependencies({
|
||||
util: 'js/util.js',
|
||||
});
|
||||
|
||||
global.stub_out_jquery();
|
||||
|
||||
var people = require("js/people.js");
|
||||
set_global('blueslip', {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user