From ab74035c5015b50ea85fa7d8ee2e39bd289b6890 Mon Sep 17 00:00:00 2001 From: DABH Date: Sat, 12 Feb 2022 00:50:30 -0600 Subject: [PATCH] Force colors to work in GitHub Actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf584ed..ecb9ac0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "MIT", "scripts": { "lint": "eslint . --fix", - "test": "node tests/basic-test.js && node tests/safe-test.js" + "test": "FORCE_COLOR=1 node tests/basic-test.js && node tests/safe-test.js" }, "engines": { "node": ">=0.1.90"