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โ
eslint-disable-next-line @typescript-eslint/prefer-readonly-parameter-types -- ESTree node types are supplied by typescript-eslint as mutable parser objects.