Skip to content

Commit 54f3138

Browse files
committed
chore: format
1 parent 4050bef commit 54f3138

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/react-router/__tests__/useResolvedPath-test.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,12 @@ describe("useResolvedPath", () => {
431431
<Routes>
432432
<Route path="foo">
433433
<Route>
434-
<Route path="*" element={<Component desc='<Route path="/foo"><Route><Route path="*" /></Route></Route>'/>}/>
434+
<Route
435+
path="*"
436+
element={
437+
<Component desc='<Route path="/foo"><Route><Route path="*" /></Route></Route>' />
438+
}
439+
/>
435440
</Route>
436441
</Route>
437442
</Routes>

0 commit comments

Comments
 (0)