Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 313 Bytes

Mocha Emoji Reporter 💯 🙌 😎

Just a simple mocha reporter that produces clean, colorful output and uses emojis to signify if tests pass or fail.

To use, simply run:

$ npm install mocha-emoji-reporter --save-dev

Then, call it as follows:

$ mocha test/ --reporter mocha-emoji-reporter