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