---
name: mocha
summary: "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."
language: JavaScript
license: MIT
repo: https://github.com/mochajs/mocha
source: https://opensources.dev/resource/mocha
health: 100
---

# 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.

# Mocha Docs: Built on Astro Starlight

This is the current Mocha documentation website, hosted at [mochajs.org](https://mochajs.org) and built with [Astro Starlight](https://starlight.astro.build).

> For details on the legacy site, see [https://github.com/mochajs/docs-legacy](mochajs/docs-legacy).

## Preview the new site

To run this site:

```shell
cd docs
npm i
npm run generate
npm run dev
```
