mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 19:05:13 +00:00
update editFiles to edit/editFiles (#319)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.'
|
||||
tools: ['github', 'findTestFiles', 'editFiles', 'runTests', 'runCommands', 'codebase', 'filesystem', 'search', 'problems', 'testFailure', 'terminalLastCommand']
|
||||
tools: ['github', 'findTestFiles', 'edit/editFiles', 'runTests', 'runCommands', 'codebase', 'filesystem', 'search', 'problems', 'testFailure', 'terminalLastCommand']
|
||||
---
|
||||
# TDD Red Phase - Write Failing Tests First
|
||||
|
||||
@@ -56,4 +56,4 @@ Focus on writing clear, specific failing tests that describe the desired behavio
|
||||
- [ ] Test name references issue number and describes behaviour
|
||||
- [ ] Test follows AAA pattern
|
||||
- [ ] Edge cases from issue discussion considered
|
||||
- [ ] No production code written yet
|
||||
- [ ] No production code written yet
|
||||
|
||||
Reference in New Issue
Block a user