Commit 71d7ca6
committed
refactor: Convert find-timeout-tests.js to general test pattern violations checker
BREAKING CHANGES:
- Renamed scripts/find-timeout-tests.js → scripts/check-test-patterns.js
- Added command-line pattern filtering: --pattern=vitest|timeout|all
- Enhanced help system with examples and usage documentation
NEW FEATURES:
- General test pattern violations checker for ongoing maintenance
- Selective pattern checking for targeted violation analysis
- Improved filtering and reporting for specific violation types
PROJECT CLEANUP:
- Removed 21 temporary development files:
* test-scaffold-direct.js
* tool_test_report.md
* full-output.txt
* dev-notes.md
* development_plan.md
* IMPLEMENTATION.md
* IMPLEMENTATION_PLAN.md
* TESTING_PROGRESS.md
* testing_approach.md
* missing_tests_analysis.md
* scripts/bundle-axe.sh
* scripts/test-runner.js
* scripts/check-linting-fix.js
* scripts/convert-test.js
* .temp-project-files.txt
* temp-new-requirements-analysis.txt
* temp-tool-verification.txt
* temp-testing-overview.txt
* temp-complete-list.txt
* temp_file_status.txt
* temp_file_audit.txt
The refactored script now serves as a comprehensive test pattern violations
checker for ongoing code quality maintenance, supporting targeted analysis
of specific violation types through command-line arguments.1 parent 7a78bbf commit 71d7ca6
File tree
5 files changed
+66
-660
lines changed- scripts
5 files changed
+66
-660
lines changedThis file was deleted.
0 commit comments