1.9.0 • Published 5 years ago
crci-tdd v1.9.0
Cracking the Coding Interview 6th Edition
JavaScript Solutions. A TDD approach.
Remark: The test cases do not contain the actual questions. For the questions, please support Gayle by purchasing her amazing book.
Setup
npm install
Test
Run all test cases
npm test
Run and watch test cases
npm run tdd