typescript_jest Technical Exercise Prerequisites: Clone project to local drive. Open project folder. Install all dependencies listed in a package.json file with the following command: npm install Build the project with the following command: npm run build Run all tests: npm test