Skip to main content
Version: 19.2.2

JSCoverageOptions.includeRawScriptCoverage property

Whether the result includes raw V8 script coverage entries.

Signature:

interface JSCoverageOptions {
includeRawScriptCoverage?: boolean;
}