@minimaltech/node-infra
Version:
Minimal Technology NodeJS Infrastructure - Loopback 4 Framework
10 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestCaseDecisions = void 0;
class TestCaseDecisions {
}
exports.TestCaseDecisions = TestCaseDecisions;
TestCaseDecisions.UNKNOWN = '000_UNKNOWN';
TestCaseDecisions.FAIL = '000_FAIL';
TestCaseDecisions.SUCCESS = '200_SUCCESS';
//# sourceMappingURL=common.js.map