Version
main
Platform
Subsystem
test
What steps will reproduce the bug?
node test/parallel/test-runner-run.mjs
How often does it reproduce? Is there a required condition?
100% of the time for me
What is the expected behavior? Why is that the expected behavior?
The test passes.
What do you see instead?
✖ should be piped with dot (163.96875ms)
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ '\x1B[32m.\x1Bc',
- '.',
'\n'
]
Additional information
The test does not account for the possibility of output with color support.
Version
main
Platform
Subsystem
test
What steps will reproduce the bug?
node test/parallel/test-runner-run.mjsHow often does it reproduce? Is there a required condition?
100% of the time for me
What is the expected behavior? Why is that the expected behavior?
The test passes.
What do you see instead?
Additional information
The test does not account for the possibility of output with color support.