Skip to content

test: add Jest test framework setup#51

Merged
sonukapoor merged 1 commit intomainfrom
codex/issue-49-add-jest
Apr 2, 2026
Merged

test: add Jest test framework setup#51
sonukapoor merged 1 commit intomainfrom
codex/issue-49-add-jest

Conversation

@sonukapoor
Copy link
Copy Markdown
Collaborator

Summary

  • add Jest, ts-jest, and Jest type definitions for TypeScript-based unit testing
  • add an ESM-aware Jest configuration and a dedicated test tsconfig
  • add npm test scripts and a small smoke test to verify the setup works against project modules

Testing

  • npm test
  • npm run build

Closes #49

@sonukapoor sonukapoor merged commit aca6dc7 into main Apr 2, 2026
3 checks passed
@sonukapoor sonukapoor deleted the codex/issue-49-add-jest branch April 2, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add Jest as the unit testing framework

1 participant