Submit a TD PR

This commit is contained in:
Leonid Logvinov 2018-03-12 13:24:07 +01:00
parent 20826e0f08
commit 88c6694ffc
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -180,7 +180,7 @@ export class CoverageManager {
}
}
}
// TODO: Submit a PR to DT
// TODO: Remove any cast as soon as https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24233 gets merged
return (collector as any).getFinalCoverage();
}
}