Skip to main content

Function: summarizeAssertions()

function summarizeAssertions(callback: TestCallback): AssertionSummary;

Defined in: _internal/test-ast.ts:653

Collect high-level assertion signals for one test callback.

Parametersโ€‹

callbackโ€‹

TestCallback

eslint-disable-next-line @typescript-eslint/prefer-readonly-parameter-types -- ESTree node types are supplied by typescript-eslint as mutable parser objects.

Returnsโ€‹

AssertionSummary