|
@@ -44,6 +44,7 @@ export class IVProgAssessment {
|
|
|
grade /= results.length;
|
|
|
const channel = grade == 1 ? DOMConsole.INFO : DOMConsole.ERR;
|
|
|
outerRef.writeToConsole(channel, StringTypes.MESSAGE, "test_suite_grade", (grade * 100).toFixed(2));
|
|
|
+ return grade;
|
|
|
});
|
|
|
// return testResult.then(function (total) {
|
|
|
// const grade = total / outerRef.testCases.length;
|