Skip to content

Commit f231e9d

Browse files
committed
Improve pnpm test output
1 parent cf2755c commit f231e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:unit": "uvu . '\\.test\\.js$'",
3737
"test:lint": "eslint .",
3838
"test:integration": "node test/integration.js",
39-
"test": "pnpm run /^test:/"
39+
"test": "FORCE_COLOR=1 pnpm run /^test:/"
4040
},
4141
"funding": [
4242
{

0 commit comments

Comments
 (0)