fix(improve test handling): now failing correctly and with better log output

This commit is contained in:
2018-08-13 23:58:50 +02:00
parent df3f1ea9d6
commit b1725b636b
6 changed files with 55 additions and 30 deletions

View File

@@ -3,9 +3,9 @@ import * as paths from './tstest.paths';
import { Smartfile } from '@pushrocks/smartfile';
// tap related stuff
import { TapCombinator } from './tstest.tap.combinator';
import { TapParser } from './tstest.tap.parser';
import { TapTestResult } from './tstest.tap.testresult';
import { TapCombinator } from './tstest.classes.tap.combinator';
import { TapParser } from './tstest.classes.tap.parser';
import { TapTestResult } from './tstest.classes.tap.testresult';
export class TestDirectory {
/**