UNPKG

@typed/test

Version:
8 lines (7 loc) 375 B
import { Logger, TestMetadata } from '../types'; import { Configuration } from 'webpack'; export declare function setupBrowser(cwd: string, port: number, timeout: number, logger: Logger, testMetadata: TestMetadata[], extendConfiguration: (config: Configuration) => Configuration): Promise<{ outputDirectory: string; bundlePath: string; indexHtmlPath: string; }>;