Fixed bug with CoverageOptions

Fixed bug with CoverageOptions
This commit is contained in:
rotozoom
2016-02-16 15:53:10 -08:00
parent 85af69c915
commit 3b63baa748

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 {