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