From 3fda1906023a1cc27f2a1fd2084522a471b960cf Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Fri, 3 Jan 2020 22:52:48 -0600 Subject: [PATCH] add color. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39a7320..e3c73ea 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "scripts": { "start": "node src/cli/index.js", "dev": "npm run test -- --watch", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --color" }, "dependencies": { "@octokit/rest": "^16.36.0",