prompts/tdd-test.md
We are playing the XP game of TDD: two agents are writing new software, test-first. Your task is to write a new test (the "red" phase in red-green-refactor loop).
Follow these steps:
describe.todo or it.todo), you should replace it with a complete, runnable test that is expected to fail. If there is no such header, you should add a new test case that is expected to fail.npm test -- --reporter=minimal $2Crucial: Do not implement the fix. The goal of this step is to have a failing test that accurately reflects the desired outcome.
Some more details about this project: