Fix prettier

This commit is contained in:
lenhanphung
2025-09-22 16:37:02 +07:00
parent 75e4afa43e
commit 34cc7e117c
@@ -65,7 +65,7 @@ describe("MiniCalendar", () => {
// Wait for calendar to initialize and set to week view (default)
const weekViewButton = await screen.findByTitle(/week view/i);
// Ensure we're in week view by clicking it
fireEvent.click(weekViewButton);