Skip to content

Commit 97edd82

Browse files
committed
fix: update best practices checklist formatting for clarity
1 parent 91e37c7 commit 97edd82

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Content/Tips/using-copilot-agent-for-unit-tests.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ Agent mode can help with complex mocking:
142142

143143
## Best Practices Checklist
144144

145-
✅ Start with clear test objectives
146-
✅ Specify testing framework and patterns
147-
✅ Include both positive and negative test cases
148-
✅ Request mock generation for dependencies
149-
✅ Verify edge cases and error handling
150-
✅ Maintain consistency with existing tests
151-
✅ Include cleanup and tear-down logic
145+
✅ Start with clear test objectives
146+
✅ Specify testing framework and patterns
147+
✅ Include both positive and negative test cases
148+
✅ Request mock generation for dependencies
149+
✅ Verify edge cases and error handling
150+
✅ Maintain consistency with existing tests
151+
✅ Include cleanup and tear-down logic
152152
✅ Document test assumptions and requirements
153153

154154
## Example Workflow

0 commit comments

Comments
 (0)