Skip to content

test: add API route and E2E tests for issues #368-371 - #417

Open
esthertitilayo-dev wants to merge 1 commit into
HubDApp:mainfrom
esthertitilayo-dev:fix/issues-368-371
Open

test: add API route and E2E tests for issues #368-371#417
esthertitilayo-dev wants to merge 1 commit into
HubDApp:mainfrom
esthertitilayo-dev:fix/issues-368-371

Conversation

@esthertitilayo-dev

@esthertitilayo-dev esthertitilayo-dev commented Aug 25, 2026

Copy link
Copy Markdown

Fixes #368, #369, #370, #371

Addresses issues #368-371:

New test files:

  • dongle/tests/api/reviews.post.test.ts - POST /api/reviews tests
  • dongle/tests/api/reviews.delete.test.ts - DELETE /api/reviews/[id] tests
  • dongle/tests/api/reviews.e2e.test.ts - Project Discovery Flow E2E tests
  • dongle/tests/api/wallet.e2e.test.ts - Wallet Connection Flow E2E tests

@drips-wave

drips-wave Bot commented Aug 25, 2026

Copy link
Copy Markdown

@esthertitilayo-dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add API Route Tests for POST /api/reviews

1 participant