node tests: Remove minor cruft from bots_data.js.

This commit is contained in:
Steve Howell 2018-04-12 19:56:48 +00:00 committed by Tim Abbott
parent 4f1d3f302b
commit 3a5b0841e4
1 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,7 @@ global.patch_builtin('_', patched_underscore);
zrequire('people');
zrequire('bot_data');
set_global('$', function (f) {
if (f) {
return f();
}
set_global('$', function () {
return {trigger: function () {}};
});
set_global('document', null);