Remove unneeded require in node_tests/activity.js

This commit is contained in:
Steve Howell 2016-07-30 09:34:13 -07:00 committed by Tim Abbott
parent 2e254547b2
commit 55d8a1e960
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ set_global('document', {
}
});
var people = require("js/people.js");
people.test_set_people_dict({
global.people.test_set_people_dict({
'alice@zulip.com': {
full_name: 'Alice Smith'
},