fix(peerDependency): now correctly finds bin of tsrun peer Dependency
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user