Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.17 KB

Readme.md

File metadata and controls

24 lines (15 loc) · 1.17 KB

Node-Redis

Build Status Codacy Badge Quality Gate

  • 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