BUPKIS
    Preparing search index...

    Variable falseAssertionConst

    falseAssertion: AssertionStandardSchemaSync<
        readonly ["to be false"],
        ZodLiteral<false>,
        never,
    > = ...

    Asserts that the subject is exactly the boolean value false.

    expect(false, 'to be false'); // passes
    expect(true, 'to be false'); // fails
    expect(0, 'to be false'); // fails