From 79674b9456fec3a336ad8a988e8733c767aa1ce7 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Sat, 30 Nov 2024 17:03:53 +0100 Subject: [PATCH] Fixed the extra fields in tests --- app/routes/_index.test.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/routes/_index.test.tsx b/app/routes/_index.test.tsx index 5179185..b8dc34e 100644 --- a/app/routes/_index.test.tsx +++ b/app/routes/_index.test.tsx @@ -10,8 +10,7 @@ describe("Home route", () => { { id: "home", path: "/", - Component: Module.default, - ...Module, + Component: Module.default }, ], }) @@ -29,8 +28,7 @@ describe("Home route", () => { { id: "home", path: "/", - Component: Module.default, - ...Module, + Component: Module.default }, ], i18n: {