mirror of https://github.com/zulip/zulip.git
Remove unneeded require in node_tests/activity.js
This commit is contained in:
parent
2e254547b2
commit
55d8a1e960
|
@ -18,8 +18,7 @@ set_global('document', {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var people = require("js/people.js");
|
global.people.test_set_people_dict({
|
||||||
people.test_set_people_dict({
|
|
||||||
'alice@zulip.com': {
|
'alice@zulip.com': {
|
||||||
full_name: 'Alice Smith'
|
full_name: 'Alice Smith'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue