Skip to content

Commit d628529

Browse files
committed
test_runner: pass FORCE_COLOR to child process
PR-URL: nodejs#48057 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 69f5fad commit d628529

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fixtures/test-runner/output/arbitrary-output-colored.snapshot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{ foo: [32m'bar'[39m }
2+
23
[33m1[39m
4+
35
[32m✔ passing test [90m(*ms)[39m[39m
46
[34mℹ tests 1[39m
57
[34mℹ suites 0[39m
@@ -11,7 +13,9 @@
1113
[34mℹ duration_ms *[39m
1214
TAP version 13
1315
# { foo: [32m'bar'[39m }
16+
#
1417
# [33m1[39m
18+
#
1519
# Subtest: passing test
1620
ok 1 - passing test
1721
---

0 commit comments

Comments
 (0)