Type alias TestBlockDocComment<CustomTags>
TestBlockDocComment<CustomTags>: { commentEndPosition: number; commentStartPosition: number; testBlockName: TestBlockName; testBlockTags?: TestBlockTagMap<CustomTags>; testFilePath: string; title: string; type: TestBlockType; }
Type declaration
-
commentEndPosition: number
-
commentStartPosition: number
-
-
Optional
testBlockTags?: TestBlockTagMap<CustomTags>
-
testFilePath: string
-
title: string
-
type: TestBlockType
Representation of a TSDoc comment with all parsed tags