Quench
    Preparing search index...

    Type Alias QuenchRegisterBatchFunction

    QuenchRegisterBatchFunction: (
        this: Mocha.Suite,
        context: QuenchBatchContext,
    ) => void | Promise<void>

    A function containing this batch's suites and tests. Before each Quench run including this batch, this function will be called by Quench.

    Type declaration

      • (this: Mocha.Suite, context: QuenchBatchContext): void | Promise<void>
      • Parameters

        Returns void | Promise<void>