Skip to content

Commit 312da63

Browse files
ci: run jest tests with colors
1 parent fbf8d82 commit 312da63

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
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
2525
"size-limit": "size-limit",
2626
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
27-
"test:ci": "npm test -- --ci",
27+
"test:ci": "npm test -- --ci --colors",
2828
"test:module": "node --experimental-modules test/module/index.mjs",
2929
"test:integration": "npm run build && jest --env=jsdom test/integration/",
3030
"test:watch": "npm test -- --watch"

0 commit comments

Comments
 (0)