test("should NOT set the `aria-expanded` attribute when the tree item has no children", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-tree-item>tree item</fast-tree-item>
            `;