We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2755c commit f231e9dCopy full SHA for f231e9d
package.json
@@ -36,7 +36,7 @@
36
"test:unit": "uvu . '\\.test\\.js$'",
37
"test:lint": "eslint .",
38
"test:integration": "node test/integration.js",
39
- "test": "pnpm run /^test:/"
+ "test": "FORCE_COLOR=1 pnpm run /^test:/"
40
},
41
"funding": [
42
{
0 commit comments