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

8 lines (7 loc) 335 B
export { withFileLock } from "./file-lock"; export { hash } from "./hash"; export { buildLog, composeLog, containerLog, execLog, log, Logger, pullLog } from "./logger"; export { IntervalRetry, Retry } from "./retry"; export { streamToString } from "./streams"; export * from "./type-guards"; export { RandomUuid, Uuid } from "./uuid";