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
9 lines (8 loc) • 371 B
TypeScript
export { withFileLock } from "./file-lock";
export { hash } from "./hash";
export { Logger, buildLog, composeLog, containerLog, execLog, log, pullLog } from "./logger";
export { IntervalRetry, Retry } from "./retry";
export { streamToString } from "./streams";
export * from "./time";
export * from "./type-guards";
export { RandomUuid, Uuid, randomUuid } from "./uuid";