angles-javascript-client
Version:
This is the javascript client for the Angles Dashboard. It allows you to store your test results.
12 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StepStates = void 0;
var StepStates;
(function (StepStates) {
StepStates["INFO"] = "INFO";
StepStates["DEBUG"] = "DEBUG";
StepStates["PASS"] = "PASS";
StepStates["ERROR"] = "ERROR";
StepStates["FAIL"] = "FAIL";
})(StepStates = exports.StepStates || (exports.StepStates = {}));
//# sourceMappingURL=StepStates.js.map