Type alias WithTestDocBlockComments<Type, CustomTags>

WithTestDocBlockComments<Type, CustomTags>: Type & {
    testBlockComments?: TestBlockDocComment<CustomTags>[];
}

Creates a type that has testBlockComments attached to it

Type Parameters

  • Type extends object

  • CustomTags extends string = AllTagsName

Type declaration

Generated using TypeDoc