An open API service indexing awesome lists of open source software.

https://github.com/aleksson/mocha-testing

Mocha JavaScript Testing
https://github.com/aleksson/mocha-testing

mocha-chai mocha-tests mochajs testing

Last synced: 5 months ago
JSON representation

Mocha JavaScript Testing

Awesome Lists containing this project

README

          

# Mocha - JavaScript Testing
Mocha Testing with Chai

##### Read more:
https://codeburst.io/javascript-unit-testing-using-mocha-and-chai-1d97d9f18e71

#### Mocha Application Test suite Exempel Results

````
✔ app should return "mocha-testing"

✔ app developer is "you"

✔ port is 1337
````