Interface: TestCall
Defined in: _internal/test-ast.ts:117
Recognized test call metadata.
Propertiesโ
callbackโ
readonly callback: TestCallback;
Defined in: _internal/test-ast.ts:118
nodeโ
readonly node: CallExpression;
Defined in: _internal/test-ast.ts:119
titleโ
readonly title: string | undefined;
Defined in: _internal/test-ast.ts:120