Slide 19
Slide 19 text
19
使いやすく⼯夫
● 元のプロンプトはC#⽤なので利⽤⾔語に合わせて差し替え
● スラッシュコマンドからの起動にも対応
---
description: 'TDD Red Phase - Write Failing Tests First'
mode: 'tdd-red'
tools: ['edit', 'search', 'runCommands', 'github/*', 'problems', 'changes', 'testFailure']
---
# TDD Red Phase - Write Failing Tests First
Write front end tests using Jest and React Testing Library that describe the desired behavior
from GitHub issue requirements before any implementation exists.
When finished, prompt the user to enter `/tdd-green` to proceed to the next phase.