Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Jun 18, 2024
1 parent 4050bef commit 54f3138
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/react-router/__tests__/useResolvedPath-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,12 @@ describe("useResolvedPath", () => {
<Routes>
<Route path="foo">
<Route>
<Route path="*" element={<Component desc='<Route path="/foo"><Route><Route path="*" /></Route></Route>'/>}/>
<Route
path="*"
element={
<Component desc='<Route path="/foo"><Route><Route path="*" /></Route></Route>' />
}
/>
</Route>
</Route>
</Routes>
Expand Down

0 comments on commit 54f3138

Please sign in to comment.