Skip to main content
Version: 15.3.2

JSCoverageOptions.resetOnNavigation property

Whether to reset coverage on every navigation.

Signature:

interface JSCoverageOptions {
resetOnNavigation?: boolean;
}