remaining bad character removal

This commit is contained in:
Brian Madison
2025-11-11 20:10:33 -06:00
parent 74f54a088a
commit 8f7d259c81
10 changed files with 34 additions and 34 deletions

View File

@@ -201,7 +201,7 @@ Analyze the existing project structure:
4. **Testing Patterns & Standards (CRITICAL):**
- Identify test framework in use (from package.json/requirements.txt)
- Note test file naming patterns (.test.js, \_test.py, .spec.ts, Test.java)
- Note test file naming patterns (.test.js, test.py, .spec.ts, Test.java)
- Document test organization (tests/, **tests**, spec/, test/)
- Look for test configuration files (jest.config.js, pytest.ini, .rspec)
- Check for coverage requirements (in CI config, test scripts)