UNPKG

dockest

Version:

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

5 lines (4 loc) 261 B
import { DockerComposeFile, DockestService, Runner } from './@types'; export declare const createRunner: (overrides?: Partial<Runner>) => Runner; export declare const DOCKEST_SERVICE: DockestService; export declare const DOCKER_COMPOSE_FILE: DockerComposeFile;