Write unit tests for named units
Add unit tests for the named units. This is not TDD for new features (/develop-with-tdd) and not e2e (/write-e2e-tests).
Paths the user named. If none, units they changed this session. If still unclear, stop and ask.
Use the repo's runner (Vitest, Jest, node:test, pytest, etc.) and the neighboring *.test.* / *.spec.* layout, naming, and assertion style. Do not add a new framework.
Load develop-with-tdd writing-good-tests.md if that file is present in this pack.
List new tests and the command to run them. Run the new files if that is cheap and already configured.