banira
    Preparing search index...

    Interface SmokeOptions

    interface SmokeOptions {
        compilerOptions?: CompilerOptions;
        readyTimeout?: number;
        reflection?: boolean;
        slots?: boolean;
    }
    Index

    Properties

    compilerOptions?: CompilerOptions
    readyTimeout?: number

    Max ms to wait for each element to register (forwarded to TestHelper).

    reflection?: boolean

    Also run the attribute↔property reflection round-trip and report mismatches (#39).

    slots?: boolean

    Also assert declared @slots project and flag undeclared shadow slots (#40).