Type alias TestBlockName

TestBlockName: TestBlockNamesBase | `${TestBlockNamesBase}.${TestBlockNamesExtended}` | `${TestBlockNamesBase}.${TestBlockNamesExtended}.${TestBlockNamesExtended}` | `${TestBlockNamesBase}.${TestBlockNamesExtended}.${TestBlockNamesExtended}.${TestBlockNamesExtended}`

All names of functions in test files that are considered belonging to the test framework. This includes parents such as "describe".

Example

"test"
"test.each"
"describe"

Generated using TypeDoc