diff --git a/zerver/tests/frontend/node/activity.js b/zerver/tests/frontend/node/activity.js index dbab3c81c3..2101dca8fc 100644 --- a/zerver/tests/frontend/node/activity.js +++ b/zerver/tests/frontend/node/activity.js @@ -8,10 +8,6 @@ set_global('$', function () { }; }); $.fn = {}; -$.fn.expectOne = function () { - assert(this.length === 1); - return this; -}; add_dependencies({ _: 'third/underscore/underscore.js',