Skip to content

Commit fa22776

Browse files
os-zhuangclaude
andcommitted
test(showcase): bump report-count assertion to 4 for the new chart report
seed.test.ts hardcoded 3 reports; the new showcase_hours_by_status_chart makes it 4 (summary, chart, matrix, joined). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 669578a commit fa22776

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/app-showcase/test/seed.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ describe('showcase stack', () => {
2222
expect((stack.views ?? []).length).toBeGreaterThan(0);
2323
expect((stack.dashboards ?? []).length).toBeGreaterThan(0);
2424
// ADR-0021 single-form: the former flat `tabular` TaskListReport was
25-
// reclassified as a ListView (a flat list is a row lens, not analytics),
26-
// leaving 3 dataset-bound analytics reports.
27-
expect((stack.reports ?? []).length).toBe(3);
25+
// reclassified as a ListView (a flat list is a row lens, not analytics).
26+
// Four dataset-bound analytics reports: summary, chart, matrix, joined.
27+
expect((stack.reports ?? []).length).toBe(4);
2828
expect((stack.flows ?? []).length).toBeGreaterThan(0);
2929
// Nine flat positions (contributor/manager/exec/auditor/ops/
3030
// field_ops_delegate/client_portal_user, plus finance/legal for the v16

0 commit comments

Comments
 (0)