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) 210 B
import { DockestConfig } from '../@types'; export declare const debugMode: ({ debug, mutables: { runners }, }: { debug: DockestConfig['debug']; mutables: DockestConfig['mutables']; }) => Promise<void>;