@rentablo/cashback-calculator
v1.2.89
Published
Cashback calculator by Rentablo
Readme
Commands
To run use:
yarn startThis 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.
