- Git
- Node.js v14 (advice: install it via nvm)
Install all dependencies in this project:
npm install
This code samples a calculator and a third party service.
To see it working, run: npm run start:calculator
or npm run start:time
Run npm test
to run all tests in /test
folder.
Run npm run test:coverage
to run all tests with the coverage report