Merge pull request #8124 from rotozoom/master

Fixed bug with CoverageOptions
This commit is contained in:
Masahiro Wakame
2016-02-17 21:32:15 +09:00
+1 -1
View File
@@ -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 {