Skip to content

Commit

Permalink
test_runner: pass FORCE_COLOR to child process
Browse files Browse the repository at this point in the history
PR-URL: nodejs#48057
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
MoLow committed Jul 9, 2023
1 parent 69f5fad commit d628529
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ foo: [32m'bar'[39m }

[33m1[39m

[32m✔ passing test [90m(*ms)[39m[39m
[34mℹ tests 1[39m
[34mℹ suites 0[39m
Expand All @@ -11,7 +13,9 @@
[34mℹ duration_ms *[39m
TAP version 13
# { foo: [32m'bar'[39m }
#
# [33m1[39m
#
# Subtest: passing test
ok 1 - passing test
---
Expand Down

0 comments on commit d628529

Please sign in to comment.