Architecture
This is a minimal test project with a simple structure:
- src/index.js — Core utilities (add, greet functions)
- tests/index.test.js — Jest test suite
Adding features
When new tickets come in for this project, the Developer will:
- Add code to
src/
- Add corresponding tests to
tests/
- Run
npm test to verify
- Update this doc if architecture changes