Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ai/skills/aidd-tdd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ For Vitest/Riteway tests:
- Never use @testing-library/react (redundant with above patterns)

Constraints {
import @requirements.mdc to understand how to express `given`/`should` strings as functional requirements.
Unless directed otherwise, always colocate tests with the code they are testing.
Carefully think through correct output.
Avoid hallucination.
Expand Down
Loading