Skip to content

Commit

Permalink
Disable Chalk colors on unit tests so match local ones
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 20, 2020
1 parent 450138f commit ee56a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,16 @@ jobs:

unit_tests_node10:
executor: node
environment:
FORCE_COLOR: 0
<<: *test_template

unit_tests_node12:
executor:
name: node
image: "12"
environment:
FORCE_COLOR: 0
<<: *test_template

unit_tests_www:
Expand Down

0 comments on commit ee56a91

Please sign in to comment.