test("should display 31 days for the month of January in the year 2022", async () => {
            await root.evaluate(node => {
                node.innerHTML = /* html */ `
                    <fast-calendar month="1" year="2022" readonly></fast-calendar>
                `;