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) 297 B
import { DockestConfig } from '../@types'; export declare const runJest: ({ jestLib, jestOpts, jestOpts: { projects }, mutables, }: { jestLib: DockestConfig['jestLib']; jestOpts: DockestConfig['jestOpts']; mutables: DockestConfig['mutables']; }) => Promise<{ success: boolean; }>;