Function decorateLabelContext
decorateLabelContext( label: string | TestLabel, context: readonly (
| "slice" | "other" | "dataflow" | "parse" | "search" | "lineage" | "query" | "output" | "desugar-shell" | "desugar-tree-sitter" )
[],): string Parameters
- label: string | TestLabel
- context: readonly (
| "slice"
| "other"
| "dataflow"
| "parse"
| "search"
| "lineage"
| "query"
| "output"
| "desugar-shell"
| "desugar-tree-sitter"
)[]
Returns string
Returns the full name of the testlabel and adds the respective contexts