浏览代码

fix(tdd): link testing anti-patterns reference (#1532)

Fixes #1529.
Drew Ritter 4 月之前
父节点
当前提交
9ea7e2b6cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      skills/test-driven-development/SKILL.md

+ 1 - 1
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