Function: containsExpectCallOutsideNestedFunctions()
function containsExpectCallOutsideNestedFunctions(node: Node): boolean;
Defined in: _internal/test-ast.ts:435
Check whether a node contains an expect(...) or expect.*(...) call
without entering nested function bodies.
Parametersโ
nodeโ
Node
Returnsโ
boolean