From f231e9dd4f4ceedb9a524ce46791dff97688c35c Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Fri, 29 Sep 2023 00:16:50 +0200 Subject: [PATCH] Improve pnpm test output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 769c410..5a79c7d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test:unit": "uvu . '\\.test\\.js$'", "test:lint": "eslint .", "test:integration": "node test/integration.js", - "test": "pnpm run /^test:/" + "test": "FORCE_COLOR=1 pnpm run /^test:/" }, "funding": [ {