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) 239 B
/// <reference types="node" /> import { DockestConfig } from '../../@types'; export declare function mergeComposeFiles(composeFile: DockestConfig['composeFile'], nodeProcess?: NodeJS.Process): Promise<{ mergedComposeFiles: string; }>;