improve test

This commit is contained in:
Niels Lyngsø
2025-01-09 20:04:11 +01:00
parent d879919d75
commit 756fa05c46

View File

@@ -103,7 +103,6 @@ describe('UmbRoutepathAddendum', () => {
});
it('returns late set child addendum', (done) => {
addendumContext.setAddendum('hello/here');
const innerChild = new UmbTestChildElement();
child.appendChild(innerChild);
const childAddendumContext = new UmbRoutePathAddendumContext(innerChild);
@@ -116,6 +115,8 @@ describe('UmbRoutepathAddendum', () => {
});
childAddendumContext.setAddendum('child-specification');
addendumContext.setAddendum('hello/here');
});
});
});