AutoBE
    Preparing search index...

    Interface IAutoBeTestParseProps

    Properties for parsing generated TypeScript test source into a structured IR.

    interface IAutoBeTestParseProps {
        content: string;
        file: string;
    }
    Index

    Properties

    Properties

    content: string

    Complete TypeScript source content of one generated test function file.

    file: string

    Source file path used in diagnostics and the returned IR.