Skip to content

Commit

Permalink
More prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Oct 21, 2021
1 parent d8c55cd commit 2ad7ee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-router/__tests__/useRoutes-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ describe("useRoutes", () => {

expect(consoleWarn).toHaveBeenCalledTimes(1);
expect(consoleWarn).toHaveBeenCalledWith(
expect.stringContaining(`Matched leaf route at location "/layout" does not have an element`)
expect.stringContaining(
`Matched leaf route at location "/layout" does not have an element`
)
);
});
});
Expand Down

0 comments on commit 2ad7ee0

Please sign in to comment.