Skip to content

Commit

Permalink
ci: run jest tests with colors
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 19, 2022
1 parent fbf8d82 commit 312da63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
"size-limit": "size-limit",
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
"test:ci": "npm test -- --ci",
"test:ci": "npm test -- --ci --colors",
"test:module": "node --experimental-modules test/module/index.mjs",
"test:integration": "npm run build && jest --env=jsdom test/integration/",
"test:watch": "npm test -- --watch"
Expand Down

0 comments on commit 312da63

Please sign in to comment.