fix(EntityLayout.test): mounts rootRouteRef to new tests

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-11-15 11:30:26 +00:00
parent 45f102992d
commit b4c0d96978
@@ -266,6 +266,7 @@ describe('EntityLayout', () => {
{
mountedRoutes: {
'/catalog/:namespace/:kind/:name': entityRouteRef,
'/catalog': rootRouteRef,
},
},
);