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
TypeScript
export { Logger, log, buildLog, composeLog, pullLog, execLog, containerLog } from "./logger";
export * from "./type-guards";
export { hash } from "./hash";
export { Uuid, RandomUuid } from "./uuid";
export { streamToString } from "./streams";
export { withFileLock } from "./file-lock";
export { Retry, IntervalRetry } from "./retry";