1.0.0 • Published 4 years ago
volevol-npm-package v1.0.0
volevol-npm-package
Simple node package with useful dependencies.
- typescript (+tsconfig)
- jest
- eslint + ts-jest
- prettier
Installation
Install the dependencies and devDependencies and start the server.
npm installor shorter
npm iThen run test script which will run jest tests for custom sum.js file.
npm run testYou can run test with jest --coverage=true via
npm run coverage1.0.0
4 years ago