Skip to main content
Version: 17.1.2

JSCoverageOptions.resetOnNavigation property

Whether to reset coverage on every navigation.

Signature:

interface JSCoverageOptions {
resetOnNavigation?: boolean;
}