mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fixed bug with CoverageOptions
Fixed bug with CoverageOptions
This commit is contained in:
Vendored
+1
-1
@@ -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