"Testing Your Changes" tweak for Gemini

This commit is contained in:
Alex Gleason 2025-06-13 18:54:50 -05:00
parent ed143157bf
commit db09c45a54
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -781,6 +781,6 @@ describe('MyComponent', () => {
## Testing Your Changes ## 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.** **Your task is not considered finished until this test passes without errors.**