We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd43ed1 commit 4fff8e4Copy full SHA for 4fff8e4
package.json
@@ -58,7 +58,7 @@
58
"test:coverage": "c8 pnpm unit",
59
"test:integration": "node ./test/integration.js",
60
"test:size": "size-limit",
61
- "test": "pnpm run /^test:/",
+ "test": "FORCE_COLOR=1 pnpm run /^test:/",
62
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\"",
63
"old": "uvu -r ../../../../../../../test/old-node.js -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\""
64
},
0 commit comments