tstest/ts/tstest.tap.testresult.ts

7 lines
166 B
TypeScript
Raw Normal View History

2018-08-03 17:18:42 +00:00
// ============
// combines different tap test files to an overall result
// ============
import * as plugins from './tstest.plugins';
export class TapTestResult {}