Test-Driven Development By Example Description TypeScript implementation of the book Test-Driven Development By Example (Kent Beck), Section I: Money Example (Chapters 2-19). Installation $ yarn install Test # unit tests $ yarn test # test coverage $ yarn test:coverage