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 supported48 Subscribers
View all SubscribersAdd a CodeTriage badge to mocha
Help out
- Issues
- 🐛 Bug: Error from afterEach hides the original error from the test case when retries > 0
- 🐛 Bug: Root hooks not executed when programmatically running Mocha in serial mode
- 📝 Docs: `--delay` option not delaying root suite is ambiguous in docs
- 🐛 Bug: esm-utils (mocha.addFile) should support URL
- 🚀 Feature: Support printing each error within AggregateErrors
- fix: correct precedence of configuration extends and defaults
- 📝 Docs: Document that mocha will search for mocha configs by going through parent directories
- 🚀 Feature: Overloading consoleLog in reporters.Base for custom reporter
- 🐛 Bug: --fail-zero + --parallel + --grep always returns an exit code even though tests pass
- 🚀 Feature: Expose `PluginLoader` or `handleRequires` to have other frameworks provide support for the `require` option
- Docs
- JavaScript not yet supported