Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 203 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 203 Bytes

HOW TO SETUP THE ENVIRONMENT

Installations

1. mocha to run tests

' npm install mocha --serve-dev '

Let's run it

1. lunch node server

' npm start '

2. run tests

' npm test'