refactor(breadcrumbs): remove stale /newappeal inline no-op branch

This commit is contained in:
2026-04-09 15:22:36 +01:00
parent 61254e3942
commit 7d195ad906
3 changed files with 31 additions and 2 deletions
@@ -320,6 +320,12 @@ test("breadcrumbs/component composes mapped routes via imported factories and sh
"Expected /newappeal/selectappeal explicit branch to be removed after mapping"
);
assert.strictEqual(
source.includes('isPath("/newappeal")'),
false,
"Expected /newappeal no-op explicit branch to be removed"
);
assert.strictEqual(
source.includes('isPath("/newappeal/[appealtypes]")'),
false,