Function: isFocusedTestLikeCall()
function isFocusedTestLikeCall(node: CallExpression): boolean;
Defined in: _internal/test-ast.ts:290
Check whether a call expression is a focused test or suite.
Parametersโ
nodeโ
CallExpression
Returnsโ
boolean