fix(peerDependency): now correctly finds bin of tsrun peer Dependency

This commit is contained in:
2018-08-04 17:13:01 +02:00
parent b0dddd48a2
commit ec3999300d
8 changed files with 36 additions and 55 deletions

View File

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