1.0.0 • Published 3 years ago

volevol-npm-package v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 install

or shorter

npm i

Then run test script which will run jest tests for custom sum.js file.

npm run test

You can run test with jest --coverage=true via

npm run coverage