diff --git a/docs/learning-paths/tdd.md b/docs/learning-paths/tdd.md index a72b471cf..85574f161 100644 --- a/docs/learning-paths/tdd.md +++ b/docs/learning-paths/tdd.md @@ -1,4 +1,4 @@ -## Test-Driven Development 🔴🔵🟢 +## Test-Driven Development 🔴🟢🔵 ![TDD Learning path](../img/tdd.png) - [Day 8: Using TDD rules, write a password validation program.](../exercise/day08/challenge.md) @@ -17,4 +17,4 @@ - Approval Testing - **T**est && **C**ommit || **R**evert (`TCR`) - [Day 23: Refactor the code after putting it under test.](../exercise/day23/challenge.md) - - Sprout Technique \ No newline at end of file + - Sprout Technique