fix(test result): now failing and succeeding correctly

This commit is contained in:
2018-08-05 22:58:52 +02:00
parent 7a20c0a27f
commit a0ed5c7a16
4 changed files with 115 additions and 14 deletions

View File

@ -1,3 +1,7 @@
import * as plugins from './tstest.plugins';
import { coloredString as cs } from '@pushrocks/consolecolor';
export const TapPrefix = plugins.consolecolor.coloredString(`:::TAP:::`, 'pink', 'black');
export const TapPrefix = cs(`:::TAP:::`, 'pink', 'black');
export const TapErrorPrefix = cs(`!!!TAP PROTOCOL ERROR!!!`, 'red', 'black');
export const TsTestPrefix = cs(`>>>TSTEST<<<`, 'pink', 'black');