Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add unit tests for content parsing and input reading (#17)
- Add tests for `copyToClipboard` function to verify clipboard operations. - Add tests for `readFromStdin` function to ensure proper stdin reading. - Add tests for `readFromFile` function to verify file reading functionality. - Add tests for `parseContent` function to check parsing of direct text input, stdin, and file inputs. These tests enhance the robustness of the application by ensuring all core functionalities are working as expected.
- Loading branch information