1Watch Mode
The best way to do TDD is to run your test runner in 'watch mode' (e.g., 'jest --watchAll'). It stays open in your terminal, and every time you press 'save' on a file, it instantly re-runs the tests. The instant feedback loop makes coding much faster.
