UNPKG

dockest

Version:

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

9 lines (8 loc) 203 B
import { Runner } from '../@types'; export declare const createContainerDieCheck: ({ runner }: { runner: Runner; }) => { service: string; done: Promise<undefined>; cancel: () => void; };