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 fbf8d82 commit 312da63Copy full SHA for 312da63
package.json
@@ -24,7 +24,7 @@
24
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
25
"size-limit": "size-limit",
26
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
27
- "test:ci": "npm test -- --ci",
+ "test:ci": "npm test -- --ci --colors",
28
"test:module": "node --experimental-modules test/module/index.mjs",
29
"test:integration": "npm run build && jest --env=jsdom test/integration/",
30
"test:watch": "npm test -- --watch"
0 commit comments