This program takes two command-line arguments (one for cart and one for list of base prices) and outputs the total price for the cart.
As per brief
- no need to test input files confirm with their schemas
- no need to test if they conform with each other
Upon unzipping the file run the below command to download all dependencies
yarn install
Run the below command to run the application against a file of your choice.
yarn start ${filename for cart} ${filename for base prices}
yarn test