KC's Workspace
    Preparing search index...
    interface WatcherTriggerPattern {
        pattern: RegExp;
        testsToRun: (
            file: string,
            match: RegExpMatchArray,
        ) => string | void | string[] | null | undefined;
    }
    Index

    Properties

    Properties

    pattern: RegExp
    testsToRun: (
        file: string,
        match: RegExpMatchArray,
    ) => string | void | string[] | null | undefined