dustin-page / js-testing

JS Testing with NodeJS, Mocha, Chai and Sinon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocha Testing Documentation

To build the app type:

npm install

To run mocha tests type:

npm test

To run only one test in the test directory:

npm test test/day3.test.js

About

JS Testing with NodeJS, Mocha, Chai and Sinon


Languages

Language:JavaScript 97.9%Language:HTML 2.1%