test("should return January for month 1", async () => {
            await root.evaluate(node => {
                node.innerHTML = /* html */ `
                    <fast-calendar month="1" year="2021" readonly></fast-calendar>
                `;