Skip to content

Commit ce6f59c

Browse files
authored
missing tag (#7284)
1 parent 65bbc09 commit ce6f59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/docs/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ it("navigates home when you click the logo", async => {
118118
render(
119119
<MemoryRouter initialEntries={['/my/initial/route']}>
120120
<App />
121-
<MemoryRouter>,
121+
</MemoryRouter>,
122122
root
123123
);
124124

0 commit comments

Comments
 (0)