Closed owenallenaz closed 10 months ago
I believe this is a Windows-specific bug with emojis. Mocha 9 switched to the thicker ✔
emoji rather than the old ✓
. Running these in the VS Code terminal on macOS 14:
Please let me know if I'm wrong here - and if so, which terminal app(s) you're using.
Edit: to be clear, by "Windows-specific" I mean Windows (or an app in it) is at fault for rendering emojis improperly.
Prerequisites
faq
labelnode node_modules/.bin/mocha --version
(Local) andmocha --version
(Global). We recommend that you not install Mocha globally.Description
When I run
mocha@8.4.0
the reporter formats the text correctly, but when I runmocha@9.0.2
or any of the9.x.x
line, the text output isn't formatted correctly regarding the sizing and spacing of the tests.This behavior is happening when I use the
node:14.17.3
ornode:14.17.3-buster-slim
docker containers.Versions