Skip to content

Commit

Permalink
test: Ensure colors are always enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 10, 2018
1 parent 9743490 commit 98d93b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"colors": "^1.1.2"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll --notify",
"test:coverage": "jest --coverage"
"test": "jest --color",
"test:watch": "jest --color --watchAll --notify",
"test:coverage": "jest --color --coverage --runInBand"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98d93b9

Please sign in to comment.