html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
9 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwoUpFitMode = void 0;
var TwoUpFitMode;
(function (TwoUpFitMode) {
TwoUpFitMode["FitToView"] = "fit-to-view";
TwoUpFitMode["FitToWidth"] = "fit-to-width";
})(TwoUpFitMode || (exports.TwoUpFitMode = TwoUpFitMode = {}));
//# sourceMappingURL=two-up-modes.js.map