mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
Remove unneeded expectOne() stub in activity test.
(imported from commit c4d51a16c5dba65491729a648dd5c285f51061c3)
This commit is contained in:
@@ -8,10 +8,6 @@ set_global('$', function () {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
$.fn = {};
|
$.fn = {};
|
||||||
$.fn.expectOne = function () {
|
|
||||||
assert(this.length === 1);
|
|
||||||
return this;
|
|
||||||
};
|
|
||||||
|
|
||||||
add_dependencies({
|
add_dependencies({
|
||||||
_: 'third/underscore/underscore.js',
|
_: 'third/underscore/underscore.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user