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