Skip to content

Commit 4fff8e4

Browse files
committed
Improve pnpm test output
1 parent cd43ed1 commit 4fff8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"test:coverage": "c8 pnpm unit",
5959
"test:integration": "node ./test/integration.js",
6060
"test:size": "size-limit",
61-
"test": "pnpm run /^test:/",
61+
"test": "FORCE_COLOR=1 pnpm run /^test:/",
6262
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\"",
6363
"old": "uvu -r ../../../../../../../test/old-node.js -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\""
6464
},

0 commit comments

Comments
 (0)