UNPKG

testcontainers

Version:

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container

4 lines (3 loc) 185 B
import { Readable } from "stream"; import Dockerode from "dockerode"; export declare const attachContainer: (dockerode: Dockerode, container: Dockerode.Container) => Promise<Readable>;