Nicolò Ribaudo ea6a438315
Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
2021-02-26 23:33:26 +01:00

55 lines
935 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var b = function b() {
babelHelpers.classCallCheck(this, b);
};
var a1 = /*#__PURE__*/function (_b) {
babelHelpers.inherits(a1, _b);
var _super = babelHelpers.createSuper(a1);
function a1() {
var _this;
babelHelpers.classCallCheck(this, a1);
_this = _super.call(this);
_this.x = function () {
return babelHelpers.assertThisInitialized(_this);
};
return _this;
}
return a1;
}(b);
var a2 = /*#__PURE__*/function (_b2) {
babelHelpers.inherits(a2, _b2);
var _super2 = babelHelpers.createSuper(a2);
function a2() {
var _this2;
babelHelpers.classCallCheck(this, a2);
_this2 = _super2.call(this);
_this2.x = function () {
return babelHelpers.assertThisInitialized(_this2);
};
return _this2;
}
return a2;
}(b);
exports["default"] = a2;