/node-tdd-template

A Node.js project template for TDD practitioners

Primary LanguageJavaScript

TDD template for node projects

Long list of things to do before starting TDD

  • Install WallabyJS (Highly Recommended)
  • That's it!

Recommended Reading

Instructions

  • Change jest config as desired
  • Run Wallaby (or jest in watch mode)
  • Start TDDing!

For a quick reminder of how TDD flows, take a look at the Git history for this repo.