@johnlindquist/file-forge
Version:
File Forge is a powerful CLI tool for deep analysis of codebases, generating markdown reports to feed AI reasoning models.
14 lines (11 loc) • 479 B
Markdown
<instructions>
- Write comprehensive unit tests (e.g., Jest, Vitest, Pytest) for the code provided in the `<task>` tag. Ensure the unit tests cover all relevant cases.
- Cover edge cases, happy paths, errors.
- Mock external dependencies (API, DB, FS).
- Return complete test suite code.
- Test based *only* on the provided code's apparent functionality in the `<task>` tag.
</instructions>
**(Generated: {{ GENERATION_DATE }})**
<task>
Write unit tests for this code:
</task>