ProjectMenuCard.test.tsx 324 B

12345678
  1. import { describe, it } from "vitest";
  2. describe("PlayMenuCard", () => {
  3. it.todo("should render the initial project title");
  4. it.todo("should be able to edit the project title");
  5. it.todo("should render the menu list items when clicking the ellipses");
  6. it.todo("should close the menu list when clicking outside");
  7. });