(
preflight: TestPreflightResult,
options: { maxListedTests?: number } = {},
)
| 543 | * Retained for backward compatibility with existing tests. |
| 544 | */ |
| 545 | export function formatTestPreflight( |
| 546 | preflight: TestPreflightResult, |
| 547 | options: { maxListedTests?: number } = {}, |
| 548 | ): string { |
| 549 | return formatTestDiscovery(preflight, options); |
| 550 | } |
no test coverage detected