Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 244 Bytes

scooter-project

An Electric Scooter Hire app system, created using UML, OOP, JS Classes and TDD

Getting Started

npm install

Running Tests

To run tests in "watch" mode

npm test

To get a coverage report

npm run coverage