Function: isExpectCall()
isExpectCall(
node:CallExpression):boolean
Defined in: _internal/test-ast.ts:417
Check whether a call expression is the root expect(...) call in an
assertion chain.
Parametersโ
nodeโ
CallExpression
Returnsโ
boolean