General

A misc. collection of interesting TDD resources.

React

Non TDD Unit Tests

TDD is great for maintaining justified confidence in your code as you go. However, it really isn’t adequate for testing things you haven’t thought of. Two related categories of test that help with what you haven’t thought of are Metomorphic Tests and Propery Based Tests. These two types of tests are good to run after you feel like you’re done with the test driven development.