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