/react-tdd

The code for a blog post on TDD with React

Primary LanguageJavaScript

Test Driven Development in React is easy

This is the code that goes with this blog post. If for some reason you want to run it:

npm install
npm start
npm test

You can also use yarn if you're fancy.