Add people.initialize().

This makes us not have to stub jquery in many of our node
tests!
This commit is contained in:
Steve Howell
2017-05-23 19:15:52 -07:00
parent 43487c6c3f
commit c02f4b4756
19 changed files with 3 additions and 33 deletions

View File

@@ -2,8 +2,6 @@ add_dependencies({
util: 'js/util.js',
});
global.stub_out_jquery();
var people = require("js/people.js");
set_global('blueslip', {});