yelling-calculator
v1.0.3
Published
You must create an application that:
Readme
sw-a-course-2020-2021.node-js-submission-sarah
You must create an application that:
- [X] Runs unit tests (npm t)
- [X] Runs code coverage (npm run coverage)
- [X] Loads local/relative dependencies
- [ ] Loads registry dependencies
- [X] Has an ES6 class
- [X] Has a non-ES6 class (doesn't need to use prototype)
- [ ] Does something asynchronously with async-await
- [ ] Uses promise.all or promise.race to do several asynchronous things in parallel
- [ ] Bundled into a single binary with pkg (npm run package)
