mirror of https://github.com/zulip/zulip.git
Remove unneeded expectOne() stub in activity test.
(imported from commit c4d51a16c5dba65491729a648dd5c285f51061c3)
This commit is contained in:
parent
c8a573a0f2
commit
945df53280
|
@ -8,10 +8,6 @@ set_global('$', function () {
|
|||
};
|
||||
});
|
||||
$.fn = {};
|
||||
$.fn.expectOne = function () {
|
||||
assert(this.length === 1);
|
||||
return this;
|
||||
};
|
||||
|
||||
add_dependencies({
|
||||
_: 'third/underscore/underscore.js',
|
||||
|
|
Loading…
Reference in New Issue