()
| 190 | |
| 191 | /** Trigger a reflow to push the right-most tab into the overflow dropdown */ |
| 192 | export function triggerRepoNavOverflow(): void { |
| 193 | dispatchEvent(new Event('resize')); |
| 194 | } |
| 195 | |
| 196 | export function multilineAriaLabel(...lines: string[]): string { |
| 197 | return lines.join('\n'); |
no outgoing calls
no test coverage detected