Description
Resend is an email API built for developers. This module provides a mock Resend API for integration testing, using Microcks under the hood to serve mock responses based on the official Resend OpenAPI spec.Examples
Dependency:
go get github.com/mdelapenya/testcontainers-go-resend
Usage:
ctr, err := resend.Run(ctx, resend.DefaultImage)
Dependency:
npm install --save-dev @mdelapenya/testcontainers-resend
Usage:
const container = await new ResendContainer().start();