tdd-starter-js Starting point of a JavaScript TDD project. git clone https://github.com/mophy/tdd-starter-js.git my-test cd my-test yarn install or npm install yarn test:watch or npm run test:watch Enjoy TDD.