markTestSkipped('openapi.yaml is not mounted in this test container.'); } it('documents the daily report overview endpoint and reusable schemas in openapi', function (): void { $content = department_daily_reports_openapi_content_or_skip(); expect($content)->toContain('/departments/daily-reports/overview:'); expect($content)->toContain('/superuser/departments/{id}/overview:'); expect($content)->toContain('operationId: getDailyReportOverview'); expect($content)->toContain('operationId: getSuperuserDepartmentOverview'); expect($content)->toContain('DepartmentDailyReportOverviewResponse:'); expect($content)->toContain('SuperuserDepartmentOverviewResponse:'); expect($content)->toContain('DepartmentDailyReportMetric:'); expect($content)->toContain('DepartmentDailyReportProductTile:'); expect($content)->toContain('- name: department_ids'); });