refactor(breadcrumbs): remove stale /newappeal inline no-op branch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user