mocha
mocha is an open-source JavaScript project with 22.9k GitHub stars. It is associated with bdd, browser, javascript, mocha. The repository is actively maintained, with recent commits.
MITPermissive — free to use in commercial and proprietary software, with attribution.View license →
Production readiness
5/5- Actively maintainedCommits in the last 6 months
- No known vulnerabilitiesNo OSV advisories
- Clear, usable licenseMIT (permissive)
- Proven adoptionWidely used
- Has documentationDocumentation indexed
Install
npm install mochaDocumentation from mocha, shown under MIT with attribution. Source: https://mochajs.org
Mocha Docs: Built on Astro Starlight
This is the current Mocha documentation website, hosted at mochajs.org and built with Astro Starlight.
For details on the legacy site, see https://github.com/mochajs/docs-legacy.
Preview the new site
To run this site:
cd docs
npm i
npm run generate
npm run dev