UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

3 lines (2 loc) 132 B
import { DiffOptions } from '../types'; export declare function saveDiffTo(diffOpts: DiffOptions, diffPath: string): Promise<null>;