Acerca de
This skill provides standardized patterns for implementing Testcontainers in Node.js environments, enabling developers to run integration tests against real databases rather than mocks. It includes ready-to-use configurations for PostgreSQL, Redis, and Prisma, along with setup scripts for Vitest and GitHub Actions. By ensuring test isolation through ephemeral Docker containers, it helps catch database-specific issues early and maintains a clean state across test suites in both local development and CI/CD pipelines.