Skip to main content
Version: 18.0.5

JSCoverageOptions.includeRawScriptCoverage property

Whether the result includes raw V8 script coverage entries.

Signature:

interface JSCoverageOptions {
includeRawScriptCoverage?: boolean;
}