Skip to content

Commit 23581ef

Browse files
committed
Add guideline to utilize tests for validating app behavior
1 parent 4aff354 commit 23581ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ When working with this codebase:
110110
1. Always maintain the dark theme aesthetic
111111
2. Use the provided scripts for common operations
112112
3. Follow the established patterns for API responses and component structure
113+
4. Utilize the tests to validate app behavior; don't launch the app or run `curl` commands to do so
113114
4. Ensure type safety in both Python and TypeScript code
114-
5. Consider the educational context when suggesting improvements
115-
6. Test changes using the appropriate testing frameworks
116-
7. Keep code readable and well-documented for learning purposes
115+
5. Test changes using the appropriate testing frameworks

0 commit comments

Comments
 (0)