BUPKIS
    Preparing search index...

    Variable negativeInfinityAssertionConst

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

    Asserts that the subject is negative infinity.

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