feat(implement testing): update
This commit is contained in:
7
ts/tstest.logprefixes.ts
Normal file
7
ts/tstest.logprefixes.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import * as plugins from './tstest.plugins';
|
||||
|
||||
export const TapPrefix = plugins.consolecolor.coloredString(
|
||||
`:::TAP:::`,
|
||||
'green',
|
||||
'black'
|
||||
)
|
Reference in New Issue
Block a user