Skip to content

Commit

Permalink
Merge pull request #4966 from nextcloud-libraries/chore/color-jest-on-ci
Browse files Browse the repository at this point in the history
chore(ci): make Jest output colorful
  • Loading branch information
raimund-schluessler committed Dec 15, 2023
2 parents 3288f79 + c8f5ecb commit 4e048b4
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 @@ -20,7 +20,7 @@
"l10n:extract": "node build/extract-l10n.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"test": "TZ=UTC jest --verbose",
"test": "TZ=UTC jest --verbose --color",
"test:coverage": "TZ=UTC jest --verbose --coverage --no-cache",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
Expand Down

0 comments on commit 4e048b4

Please sign in to comment.