diff --git a/jquery.expect.js b/jquery.expect.js index 7e806a0..ad4dd02 100644 --- a/jquery.expect.js +++ b/jquery.expect.js @@ -790,6 +790,7 @@ (got = this.obj.html()) === html , msg || 'expected ' + inspect(this.obj) + ' to have HTML ' + html + ' but got ' + got , msg || 'expected ' + inspect(this.obj) + ' not to have HTML ' + html); + return this; }; /**