- 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.
Add
jest+ts-jestsetup inpackages/cli.Add tests for parser, mapper, and renderer skeletons.
Add
ciworkflow for running unit tests on PR.Acceptance criteria
yarn testruns tests and passes on the main branch.GitHub Action
ciruns tests and reports status.