BUPKIS
    Preparing search index...

    Variable trueAssertionConst

    trueAssertion: AssertionStandardSchemaSync<
        readonly ["to be true"],
        ZodLiteral<true>,
        never,
    > = ...

    Asserts that the subject is exactly the boolean value true.

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