Files
Christopher 8f401f28bc 🧪 test(favicon-generator): Add comprehensive test suite for run.sh (#52)
* 🧪 test(favicon-generator): Add comprehensive test suite for run.sh

Implement a robust test script to validate favicon generation
script functionality. The test suite covers:

- Handling of no arguments
- Non-existent file input
- ImageMagick dependency check
- Full favicon generation workflow
- File output verification

Ensures script reliability and provides clear test coverage
for different scenarios.

* 🔧 fix(generate-favicons): Properly quote temp directory path

Ensure the temporary directory path is correctly quoted to prevent
potential shell expansion or injection issues. This change improves
script safety by properly escaping the directory path in the trap
command.
2025-10-25 16:12:31 -05:00
..