BUPKIS
    Preparing search index...

    Variable positiveInfinityAssertionConst

    positiveInfinityAssertion: AssertionStandardSchemaSync<
        readonly ["to be Infinity"],
        ZodLiteral<number>,
        never,
    > = ...

    Asserts that the subject is positive infinity.

    expect(Infinity, 'to be Infinity'); // passes
    expect(-Infinity, 'to be Infinity'); // fails