Compare commits

...

2 Commits

Author SHA1 Message Date
7a20c0a27f 1.0.10 2018-08-04 23:16:22 +02:00
12414d7b5d fix(core): update 2018-08-04 23:16:21 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.9",
"version": "1.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.9",
"version": "1.0.10",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js",

View File

@ -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');