Skip to main content
Version: 17.0.0

JSCoverageOptions.includeRawScriptCoverage property

Whether the result includes raw V8 script coverage entries.

Signature:

interface JSCoverageOptions {
includeRawScriptCoverage?: boolean;
}