UNPKG

@web/test-runner-coverage-v8

Version:
8 lines 448 B
/// <reference types="node" /> import { CoverageMapData } from 'istanbul-lib-coverage'; import { TestRunnerCoreConfig } from '@web/test-runner-core'; import { Profiler } from 'inspector'; type V8Coverage = Profiler.ScriptCoverage; export declare function v8ToIstanbul(config: TestRunnerCoreConfig, testFiles: string[], coverage: V8Coverage[], userAgent?: string): Promise<CoverageMapData>; export { V8Coverage }; //# sourceMappingURL=index.d.ts.map