Skip to content

Commit

Permalink
Fixed the extra fields in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 30, 2024
1 parent 0dabc60 commit 79674b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/routes/_index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ describe("Home route", () => {
{
id: "home",
path: "/",
Component: Module.default,
...Module,
Component: Module.default
},
],
})
Expand All @@ -29,8 +28,7 @@ describe("Home route", () => {
{
id: "home",
path: "/",
Component: Module.default,
...Module,
Component: Module.default
},
],
i18n: {
Expand Down

0 comments on commit 79674b9

Please sign in to comment.