2018-08-04 12:23:07 +00:00
|
|
|
import * as plugins from './tstest.plugins';
|
2018-08-05 20:58:52 +00:00
|
|
|
import { coloredString as cs } from '@pushrocks/consolecolor';
|
2018-08-04 12:23:07 +00:00
|
|
|
|
2018-08-05 21:20:32 +00:00
|
|
|
export const TapPrefix = cs(`::TAP::`, 'pink', 'black');
|
|
|
|
export const TapErrorPrefix = cs(` !!!TAP PROTOCOL ERROR!!! `, 'red', 'black');
|
2018-08-05 20:58:52 +00:00
|
|
|
|
2018-08-05 21:20:32 +00:00
|
|
|
export const TsTestPrefix = cs(`**TSTEST**`, 'pink', 'black');
|