You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of console.Console is colorized in Node.js >=20.15 <22.10
due to nodejs/node#51629 and
nodejs/node#54677. Handle this in our test
cases by comparing the output to the output of console.Console on a
PassThrough stream.
Signed-off-by: Kevin Locke <[email protected]>
0 commit comments