Checkout kata starter This repo contains a set of starter tests for the Checkout kata, written in Typescript and using the Jest test framework. Running the tests From the command line: npm install npx jest --watch or make watch-tests