- FAQ
- How do I start doing Test Driven Development?
How do I start doing Test Driven Development?
- Install Mocha globally
- Clone the boilerplate
Testing Process
- Write a test, run it and watch it fail.
- Write the most basic code to make it pass.
- Refactor you code to make it better.
Read more...