Skip to main content
Version: Next

JSCoverageOptions.resetOnNavigation property

Whether to reset coverage on every navigation.

Signature:

interface JSCoverageOptions {
resetOnNavigation?: boolean;
}