Function: getAssertionMatcherCall()
function getAssertionMatcherCall(
node: CallExpression
): AssertionMatcherCall | undefined;
Defined in: _internal/test-ast.ts:481
Resolve the terminal matcher call for an expect(...) assertion chain.
Parametersโ
nodeโ
CallExpression
Returnsโ
| AssertionMatcherCall
| undefined