Add tests for BuilderElement

This commit is contained in:
Dolan Miu
2023-02-04 23:50:37 +00:00
parent 3f979b9981
commit 7ec9cff433
2 changed files with 43 additions and 0 deletions

View File

@ -92,5 +92,7 @@ export class BuilderElement<T extends AttributeData> extends XmlComponent {
if (options.attributes) {
this.root.push(new NextAttributeComponent(options.attributes));
}
// TODO: Children
}
}