Skip to content

Commit

Permalink
missing tag (#7284)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanliu committed Apr 26, 2020
1 parent 65bbc09 commit ce6f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/docs/guides/testing.md
Expand Up @@ -118,7 +118,7 @@ it("navigates home when you click the logo", async => {
render(
<MemoryRouter initialEntries={['/my/initial/route']}>
<App />
<MemoryRouter>,
</MemoryRouter>,
root
);

Expand Down

0 comments on commit ce6f59c

Please sign in to comment.