mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Fixed bug with CoverageOptions
Fixed bug with CoverageOptions
This commit is contained in:
2
gulp-istanbul/gulp-istanbul.d.ts
vendored
2
gulp-istanbul/gulp-istanbul.d.ts
vendored
@@ -49,7 +49,7 @@ declare module "gulp-istanbul" {
|
||||
|
||||
interface ThresholdOptions {
|
||||
coverageVariable?: string;
|
||||
thresholds?: { global?: Coverage|number; each?: Coverage|number };
|
||||
thresholds?: { global?: CoverageOptions|number; each?: CoverageOptions|number };
|
||||
}
|
||||
|
||||
interface CoverageOptions {
|
||||
|
||||
Reference in New Issue
Block a user