all files / core/results/ test-outcome.js

100% Statements 6/6
100% Branches 2/2
100% Functions 1/1
100% Lines 6/6
1 2 3 4 5 6 7 8 9     
"use strict";
(function (TestOutcome) {
    TestOutcome[TestOutcome["Error"] = 0] = "Error";
    TestOutcome[TestOutcome["Fail"] = 1] = "Fail";
    TestOutcome[TestOutcome["Pass"] = 2] = "Pass";
    TestOutcome[TestOutcome["Skip"] = 3] = "Skip";
})(exports.TestOutcome || (exports.TestOutcome = {}));
var TestOutcome = exports.TestOutcome;
//# sourceMappingURL=test-outcome.js.map