UNPKG

dockest

Version:

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

3 lines (2 loc) 189 B
import { DockerComposePortFormat } from '../@types'; export declare const selectPortMapping: (input: DockerComposePortFormat | string) => import("../@types").DockerComposePortObjectFormat;