From 3d6dc90c6d2b28ec449df94ff60f43797d1cfad6 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Tue, 12 May 2026 17:22:42 -0700 Subject: [PATCH] fix(tdd): link testing anti-patterns reference (#1532) Fixes #1529. --- skills/test-driven-development/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/test-driven-development/SKILL.md b/skills/test-driven-development/SKILL.md index 7a751fa9..60d2609c 100644 --- a/skills/test-driven-development/SKILL.md +++ b/skills/test-driven-development/SKILL.md @@ -356,7 +356,7 @@ Never fix bugs without a test. ## Testing Anti-Patterns -When adding mocks or test utilities, read @testing-anti-patterns.md to avoid common pitfalls: +When adding mocks or test utilities, read [testing-anti-patterns.md](testing-anti-patterns.md) to avoid common pitfalls: - Testing mock behavior instead of real behavior - Adding test-only methods to production classes - Mocking without understanding dependencies