Skip to main content
Version: Next

JSCoverageOptions.reportAnonymousScripts property

Whether anonymous scripts generated by the page should be reported.

Signature:

interface JSCoverageOptions {
reportAnonymousScripts?: boolean;
}