mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): Add TSDoc to Coverage class (#6106)
This commit is contained in:
@@ -710,6 +710,20 @@ function compareDocumentations(actual, expected) {
|
||||
expectedName: 'Object',
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method Coverage.startCSSCoverage() options',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'CSSCoverageOptions',
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method Coverage.startJSCoverage() options',
|
||||
{
|
||||
actualName: 'Object',
|
||||
expectedName: 'JSCoverageOptions',
|
||||
},
|
||||
],
|
||||
]);
|
||||
|
||||
const expectedForSource = expectedNamingMismatches.get(source);
|
||||
|
||||
Reference in New Issue
Block a user