Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 279 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 279 Bytes

String-calculator

Installation

Install local dependencies

npm i

Running unit test

Execute all unit tests (mocha will look for pattern based test named files)

Running once
npm test
Running with file watchers
npm run test-dev