Mocha

Mocha is a flexible JavaScript test suite framework supporting both synchronous and asynchronous API tests. It provides describe/it nesting for suite organization, rich reporting, and integration with assertion libraries such as Chai and Sinon.

API entry from apis.yml

apis.yml Raw ↑
name: Mocha
description: Mocha is a flexible JavaScript test suite framework supporting both synchronous and asynchronous
  API tests. It provides describe/it nesting for suite organization, rich reporting, and integration with
  assertion libraries such as Chai and Sinon.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://mochajs.org/
baseURL: https://mochajs.org/
tags:
- JavaScript
- Node.js
- Test Suite
properties:
- type: Documentation
  url: https://mochajs.org/#getting-started
- type: GitHubOrg
  url: https://github.com/mochajs/mocha