fix(core): update

This commit is contained in:
2018-12-06 01:03:48 +01:00
parent 180bfcb353
commit 5d071d0299
6 changed files with 37 additions and 51 deletions

View File

@@ -14,7 +14,9 @@ export class TapCombinator {
}
evaluate() {
console.log(`${logPrefixes.TsTestPrefix} RESULTS FOR ${this.tapParserStore.length} TESTFILE(S):`);
console.log(
`${logPrefixes.TsTestPrefix} RESULTS FOR ${this.tapParserStore.length} TESTFILE(S):`
);
let failGlobal = false; // determine wether tstest should fail
for (const tapParser of this.tapParserStore) {