TestSample

A unit test demo for Webstorm integrated with Mocha and chai.

Preparation

First, you should install nodejs and npm in your computer. And after cloning the repo, run command in terminal in this project folder.

npm install

function demo

Run "src/index.html" in Webstorm.

Unit test demo

Run "test/array.test.html" in Webstrom.