When I run Mocha, it tries to show a check mark or an X for a passing or a failing test run, respectively. I\'ve seen great-looking screenshots of Mocha\'s output. But those scr
Update: this issue has now been fixed. Starting from Mocha 1.7.0, fallbacks are used for symbols that don't exist in default console fonts (√ instead of ✔, × instead of ✖, etc.). It's not as pretty as it could be, but it surely beats empty-box placeholder symbols.
For details, see the related pull request: https://github.com/visionmedia/mocha/pull/641