Please make sure you run the following from the terminal inside the folder.
Install the packages:
npm iBuild (compiling from TypeScript to JavaScript):
npm run buildThe compiled TypeScript file exists in the dist folder
node dist/deliveryChecker.js "[[1,3],[2,5]]" "[1,2,3,4,5]"In order to test via Jest:
node run test