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