mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8124 from rotozoom/master
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