Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Oct 4, 2023
1 parent b914dac commit 46b4422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react/fetcher-type.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe(useFetcherType, () => {
}

let RemixStub = createRemixStub([
{ id: "root", path: "/", index: true, element: <Component /> },
{ id: "root", path: "/", index: true, Component },
]);

test("renders init", () => {
Expand Down

0 comments on commit 46b4422

Please sign in to comment.