Leonid Logvinov
2018-03-12 13:20:20 +01:00
committed by GitHub
parent 3cafa3ebdd
commit 26ca06f493

View File

@@ -24,6 +24,7 @@ declare namespace istanbul {
interface Collector {
new (options?: any): Collector;
add(coverage: any, testName?: string): void;
getFinalCoverage(): any;
}
interface Config {