(data: Array<string>)
| 18 | } |
| 19 | |
| 20 | function formatPrint(data: Array<string>): Promise<string> { |
| 21 | return format(data.join(''), {parser: 'babel'}); |
| 22 | } |
| 23 | |
| 24 | async function expandConfigs(page: Page): Promise<void> { |
| 25 | const expandButton = page.locator('[title="Expand config editor"]'); |
no test coverage detected