test("should return 6 weeks of days for August 2021 when min-weeks is set to 6", async () => {
            await root.evaluate(node => {
                node.innerHTML = /* html */ `
                    <fast-calendar month="8" year="2021" min-weeks="6"></fast-calendar>
                `;