From db09c45a545c2f3ed5f23f2e7a9794f61a489fe3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 13 Jun 2025 18:54:50 -0500 Subject: [PATCH] "Testing Your Changes" tweak for Gemini --- CONTEXT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTEXT.md b/CONTEXT.md index 44d535b..4d06c0c 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -781,6 +781,6 @@ describe('MyComponent', () => { ## Testing Your Changes -Whenever you modify code, you must run the **test** script using the **run_script** tool. +Whenever you are finished modifying code, you must run the **test** script using the **run_script** tool. **Your task is not considered finished until this test passes without errors.** \ No newline at end of file