- Jasmine testing framework is used
- Travis CI is used
How to make unit test by using Jasmine in terminal showed.
When you cloned the project, you have to install dependencies which are specified in package.json file You can install depedencies by simply writing:
npm install
After that, if your machine do not have jasmine you should install them globally
npm install jasmine -g