- Add `jest` + `ts-jest` setup in `packages/cli`. - Add tests for parser, mapper, and renderer skeletons. - Add `ci` workflow for running unit tests on PR. **Acceptance criteria** - `yarn test` runs tests and passes on the main branch. - GitHub Action `ci` runs tests and reports status.