Skip to content

Convert to Turborepo monorepo with unit tests#2

Merged
ntatoud merged 4 commits intomainfrom
ntatoud/turborepo-monorepo
Feb 5, 2026
Merged

Convert to Turborepo monorepo with unit tests#2
ntatoud merged 4 commits intomainfrom
ntatoud/turborepo-monorepo

Conversation

@ntatoud
Copy link
Owner

@ntatoud ntatoud commented Feb 5, 2026

Summary

  • Restructure project into packages/react-http (core library) and apps/example
  • Add pnpm workspaces with Turborepo orchestration
  • Add 40 unit tests with Vitest covering router, server, and integration
  • Add GitHub Actions CI workflow to run tests on PR/push

Test plan

  • pnpm turbo run build succeeds
  • pnpm turbo run test passes all 40 tests
  • Example app runs with pnpm --filter react-http-example dev

🤖 Generated with Claude Code

ntatoud and others added 4 commits February 5, 2026 20:40
- Restructure into packages/react-http (core) and apps/example
- Add pnpm workspaces with turbo orchestration
- Add 40 unit tests with vitest (router, server, integration)
- Export internal router functions for testability

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Runs build and tests on push/PR to main.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ntatoud ntatoud merged commit cd87843 into main Feb 5, 2026
1 check passed
@ntatoud ntatoud deleted the ntatoud/turborepo-monorepo branch February 5, 2026 19:47
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.

1 participant

Comments