diff --git a/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js b/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js index d466bb3ea3f..f5d35ccaf77 100644 --- a/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js +++ b/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js @@ -29,7 +29,7 @@ var __extends = (this && this.__extends) || function (d, b) { var ShortDetails = (function (_super) { __extends(ShortDetails, _super); function ShortDetails() { - _super.apply(this, arguments); + return _super.apply(this, arguments) || this; } ShortDetails.prototype.render = function () { if (this.props.id < 1) {