mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 20:09:15 +08:00
Add type for getFinalCoverage
http://gotwarlost.github.io/istanbul/public/apidocs/files/lib_collector.js.html#l97
This commit is contained in:
1
types/istanbul/index.d.ts
vendored
1
types/istanbul/index.d.ts
vendored
@@ -24,6 +24,7 @@ declare namespace istanbul {
|
||||
interface Collector {
|
||||
new (options?: any): Collector;
|
||||
add(coverage: any, testName?: string): void;
|
||||
getFinalCoverage(): any;
|
||||
}
|
||||
|
||||
interface Config {
|
||||
|
||||
Reference in New Issue
Block a user