From 12414d7b5df8eb5490efeb7dd690d1b0248a57f4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Aug 2018 23:16:21 +0200 Subject: [PATCH] fix(core): update --- ts/tstest.logprefixes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tstest.logprefixes.ts b/ts/tstest.logprefixes.ts index 7d6f03f..abc00a6 100644 --- a/ts/tstest.logprefixes.ts +++ b/ts/tstest.logprefixes.ts @@ -1,3 +1,3 @@ import * as plugins from './tstest.plugins'; -export const TapPrefix = plugins.consolecolor.coloredString(`:::TAP:::`, 'green', 'black'); +export const TapPrefix = plugins.consolecolor.coloredString(`:::TAP:::`, 'pink', 'black');