Skip to content

Add Resend community modules (Go + Node.js)#181

Merged
mdelapenya merged 1 commit into
mainfrom
copilot/add-resend-community-modules
May 4, 2026
Merged

Add Resend community modules (Go + Node.js)#181
mdelapenya merged 1 commit into
mainfrom
copilot/add-resend-community-modules

Conversation

Copilot AI commented May 4, 2026

Copy link
Copy Markdown
Contributor

Registers two community-maintained Testcontainers modules for the Resend email API — one for Go and one for Node.js. Both wrap Microcks to serve mock responses from the official Resend OpenAPI spec.

Changes

Go usage:

ctr, err := resend.Run(ctx, resend.DefaultImage)
baseURL, err := ctr.BaseURL(ctx) // point your Resend client here

Node.js usage:

const container = await new ResendContainer().start();
const baseUrl = container.getBaseUrl(); // point your Resend client here

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@mdelapenya mdelapenya requested a review from Copilot May 4, 2026 15:51
@mdelapenya mdelapenya merged commit c63184f into main May 4, 2026
4 of 5 checks passed
@mdelapenya mdelapenya deleted the copilot/add-resend-community-modules branch May 4, 2026 16:10
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.

3 participants