crci-tdd
v1.9.0
Published
JavaScript Solutions. A TDD approach.
Downloads
35
Readme
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