@rentablo/cashback-calculator
v1.2.59
Published
Cashback calculator by Rentablo
Downloads
23
Readme
Commands
To run use:
yarn start
This builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
To do a one-off build, use yarn run build
or yarn build
.
To run tests, use yarn test
or yarn test
.
Jest
Jest tests are set up to run with yarn test
or yarn test
.