feat(implement testing): update

This commit is contained in:
2018-08-04 14:23:07 +02:00
parent a5ace2fa49
commit 662c472055
9 changed files with 164 additions and 22 deletions

7
ts/tstest.logprefixes.ts Normal file
View File

@ -0,0 +1,7 @@
import * as plugins from './tstest.plugins';
export const TapPrefix = plugins.consolecolor.coloredString(
`:::TAP:::`,
'green',
'black'
)