Skip to content

Commit

Permalink
Add topic "mocha"
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Oct 30, 2023
1 parent 1809636 commit 31b7d8f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions topics/mocha/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
aliases: mochajs
created_by: OpenJS Foundation
display_name: Mocha
github_url: https://github.com/mochajs/mocha
logo: mocha.png
released: November 22, 2011
short_description: Mocha is a testing framework for JavaScript
topic: mocha
url: https://mochajs.org/
wikipedia_url: https://en.wikipedia.org/wiki/Mocha_(JavaScript_framework)
related: testing, javascript, nodejs, tdd, bdd, jasmine, chai, qunit, jest
---
**Mocha** is a JavaScript test framework for Node.js programs, featuring browser support, asynchronous testing, test coverage reports, and use of any assertion library.

## Assertation styles
* assert
* expect
* should

## Methologies
* TDD
* BDD

## Reporting styles
* spec
* dot matrix
* [TAP](https://github.com/topics/testanythingprotocol)
* JSON
* HTML
* [XUnit](https://github.com/topics/xunit)
* [_more …_](https://mochajs.org/#reporters)

## Features
* [`async`/`await`](https://github.com/topics/async-await)
* [Native ES modules](https://github.com/topics/es6-modules)
* [source map support](https://github.com/topics/sourcemaps)
* [_more …_](https://mochajs.org/#features)
Binary file added topics/mocha/mocha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31b7d8f

Please sign in to comment.