Skip to content

Commit

Permalink
Improve pnpm test output
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 28, 2023
1 parent cd43ed1 commit 4fff8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"test:coverage": "c8 pnpm unit",
"test:integration": "node ./test/integration.js",
"test:size": "size-limit",
"test": "pnpm run /^test:/",
"test": "FORCE_COLOR=1 pnpm run /^test:/",
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\"",
"old": "uvu -r ../../../../../../../test/old-node.js -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\""
},
Expand Down

0 comments on commit 4fff8e4

Please sign in to comment.