Skip to content

poulzinho/crci-tdd

Repository files navigation

Cracking the Coding Interview 6th Edition

JavaScript Solutions. A TDD approach.

Build Status

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