Skip to content

Commit

Permalink
Correccion prueba Notificaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMendozaPrado committed Jun 14, 2024
1 parent 551e22b commit 23655e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added test/FormTestInput.test.tsx
Empty file.
2 changes: 2 additions & 0 deletions test/NotificationCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe("NotificationCard Component", () => {
type: "RULER",
projectName: "Project ABC",
date: new Date("2023-06-15T00:00:00Z"),
projectId: 1,
};

render(<NotificationCard notification={notification} />);
Expand All @@ -65,6 +66,7 @@ describe("NotificationCard Component", () => {
projectName: "",
date: new Date("2023-06-15T00:00:00Z"),
id: 0,
projectId: 0,
};

render(<NotificationCard notification={notification} />);
Expand Down

0 comments on commit 23655e5

Please sign in to comment.