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) 197 B
import { ReadinessCheck } from '../@types'; /** * A readiness check that succeeds when the service exits with the exit code 0. */ export declare const zeroExitCodeReadinessCheck: ReadinessCheck;