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