Member Junction
    Preparing search index...

    Interface ExpectNoAxeViolationsOptions

    Options for ExpectNoAxeViolations.

    interface ExpectNoAxeViolationsOptions {
        disableRules?: readonly string[];
    }
    Index

    Properties

    Properties

    disableRules?: readonly string[]

    Extra rule ids to disable FOR THIS CALL, on top of JSDOM_UNSUPPORTED_AXE_RULES.

    Reserve this for known, tracked accessibility debt in the widget under test — always pair it with an // A11Y-DEBT: comment at the call site naming each rule and why it's waived, so the debt is grep-able and the rest of the rule set keeps gating.