test(model): expect three milestones in the bundled sample

This commit is contained in:
Julien Calixte
2026-06-17 01:18:34 +02:00
parent 80003077d3
commit ead0d3158a

View File

@@ -144,6 +144,6 @@ describe('parse validation', () => {
it('parses the bundled sample without error', () => {
const raw = parseMacroplan(SAMPLE_PLAN)
expect(raw.features).toHaveLength(5)
expect(raw.milestones).toHaveLength(1)
expect(raw.milestones).toHaveLength(3)
})
})