mocha
https://github.com/mochajs/mocha
JavaScript
☕️ simple, flexible, fun javascript test framework for node.js & the browser
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported49 Subscribers
View all SubscribersAdd a CodeTriage badge to mocha
Help out
- Issues
- 🚀 Feature: Allow hooks to easily set "allowUncaught" flag
- 🚀 Feature: HTML Reporter: combine suites
- 🐛 Bug: Tests default to full stacktrace on Windows, rather than shortened
- 🐛 Bug: Hook failures change the shape of the test suite
- 🐛 Bug: --check-leaks only detects leak the first time (e.g. when running twice with `--watch`)
- 🐛 Bug: Mocha stores instance state in shared global space - ie. the require cache
- HTML reporter fails if some Unicode characters are in use, causing tests to stop running
- 🚀 Feature: Fail tests/suites that does not exit gracefully when --no-exit flag is used
- 🚀 Feature: Add separate category for "skipped" tests besides "pending"
- 🐛 Bug: Diffs no longer show line changes
- Docs
- JavaScript not yet supported