- Install WallabyJS (Highly Recommended)
- That's it!
- Test-Driven Development: By Example: https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530
- My upcoming book/paper/videos or whatever I publish with all my real-world examples and notes.
- Change
jest
config as desired - Run
Wallaby
(orjest
in watch mode) - Start TDDing!
For a quick reminder of how TDD flows, take a look at the Git history for this repo.