flexpect - v0.9.0
    Preparing search index...

    Interface ToBeAlignedWithOptions

    Options for the toBeAlignedWith matcher.

    interface ToBeAlignedWithOptions {
        tolerancePercent?: number;
    }
    Index

    Properties

    tolerancePercent?: number

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

    The matcher will pass if the alignment difference is within this percentage of the reference size.

    0