kestutisbalt / javascript-mocha-unit-test-sample

Sample for Mocha unit testing framework for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is sample of writing unit tests for JavaScript code using Mocha testing framework. It also uses Chai assertions library.

Environment preparation

Linux debian

sudo apt-get install nodejs npm
sudo npm install -g mocha

Running tests

cd javascript-mocha-unit-test-sample
npm install chai
mocha

About

Sample for Mocha unit testing framework for JavaScript.


Languages

Language:JavaScript 100.0%