Interface: TestCall
Defined in: _internal/test-ast.ts:125
Recognized test call metadata.
Propertiesโ
callbackโ
readonly callback: TestCallback;
Defined in: _internal/test-ast.ts:126
nodeโ
readonly node: CallExpression;
Defined in: _internal/test-ast.ts:127
titleโ
readonly title: string | undefined;
Defined in: _internal/test-ast.ts:128