Skip to main content

JSCoverageOptions.reportAnonymousScripts property

Whether anonymous scripts generated by the page should be reported.

Signature:

interface JSCoverageOptions {
reportAnonymousScripts?: boolean;
}