A unit test demo for Webstorm integrated with Mocha and chai.
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
Run "src/index.html" in Webstorm.
Run "test/array.test.html" in Webstrom.