Function: isExpectLikeCall()
function isExpectLikeCall(node: CallExpression): boolean;
Defined in: _internal/test-ast.ts:425
Check whether a call expression is rooted at the global expect API.
Parametersโ
nodeโ
CallExpression
Returnsโ
boolean