flexpect - v0.9.0
    Preparing search index...

    Interface ToBeFullyCenteredOptions

    Options for the toBeFullyCentered matcher.

    interface ToBeFullyCenteredOptions {
        tolerancePercent?: number;
    }
    Index

    Properties

    tolerancePercent?: number

    Allowed tolerance for the centering difference expressed as a percentage (%).

    The matcher will pass if the element is centered within this percentage tolerance relative to the container or reference element.

    0