UNPKG

dockest

Version:

Dockest is an integration testing tool aimed at alleviating the process of evaluating unit tests whilst running multi-container Docker applications.

6 lines (5 loc) 207 B
import { ReadinessCheck } from '../@types'; /** * The wrapped readiness check will fail if the container dies or gets killed. */ export declare const withNoStop: (input: ReadinessCheck) => ReadinessCheck;