[#1] added base calendar and started to tweak ui

This commit is contained in:
Camille Moussu
2025-06-27 18:11:23 +02:00
parent cceb83519f
commit 624c1b43ca
19 changed files with 1593 additions and 238 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Menubar } from "../../src/components/Menubar/Menubar";
import { renderWithProviders } from "../utils/Renderwithproviders";
describe("Calendar App Component Display Tests", () => {
test("renders the Navbar component", () => {
test("renders the Menubar component", () => {
renderWithProviders(<Menubar />);
const navbarElement = screen.getByText("Twake");
expect(navbarElement).toBeInTheDocument();