Summary
Unit tests exist in test/ but there is no npm script to run them. Add a simple script and document it so contributors can verify changes locally.
Acceptance criteria
How to test
- Run
npm run test:unit
- Confirm existing tests (
CommunityId, MeetupSlug, FormatDate, etc.) all pass
- Confirm docs mention the new command
- Run
npm run build — still passes
Summary
Unit tests exist in
test/but there is no npm script to run them. Add a simple script and document it so contributors can verify changes locally.Acceptance criteria
test:unitscript topackage.jsonthat runs existing tests intest/README.mdorCONTRIBUTING.md(one line is enough)How to test
npm run test:unitCommunityId,MeetupSlug,FormatDate, etc.) all passnpm run build— still passes