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

https://github.com/rwieruch/node-testing-mocha-chai

How to setup testing for Node.js with Mocha and Chai.
https://github.com/rwieruch/node-testing-mocha-chai

chai mocha node node-js nodejs testing testing-framework

Last synced: 7 days ago
JSON representation

How to setup testing for Node.js with Mocha and Chai.

Awesome Lists containing this project

README

        

# Node.js Test Setup with Mocha and Chai

[![Build Status](https://travis-ci.org/rwieruch/node-testing-mocha-chai.svg?branch=master)](https://travis-ci.org/rwieruch/node-testing-mocha-chai) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/node-testing-mocha-chai.svg)](https://greenkeeper.io/)

Showcasing how to setup testing for Node.js with Mocha and Chai. [Read more about it](https://www.robinwieruch.de/node-js-testing-mocha-chai).

## Installation

* `git clone [email protected]:rwieruch/node-testing-mocha-chai.git`
* `cd node-testing-mocha-chai`
* `npm install`
* `npm test`