Skip to content

Commit d025ee2

Browse files
committed
fix(docs): update link to testing philosophy documentation for error handling tests
1 parent 6bb1c0d commit d025ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Scripts follow an `action:target` pattern where:
168168

169169
### Error Testing Philosophy
170170

171-
For error handling tests, we prioritize **functional behavior** over exact error message matching. See [doc/testing-philosophy.md](doc/testing-philosophy.md) for detailed guidelines on:
171+
For error handling tests, we prioritize **functional behavior** over exact error message matching. See [doc/internal/testing-philosophy.md](doc/internal/testing-philosophy.md) for detailed guidelines on:
172172

173173
- When and how to test errors effectively
174174
- Avoiding brittle message matching patterns

0 commit comments

Comments
 (0)