Skip to content

Commit

Permalink
Fix broken tests from conflicting PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 22, 2022
1 parent 3738d58 commit 9f6a920
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/react-router-dom/__tests__/trailing-slashes-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ describe("trailing slashes", () => {
index
element={
<>
<Link to="../../.." />
<Link to="../../../" />
<Link to="../../child" />
<Link to="../../child/" />
<Link to="../.." />
<Link to="../../" />
<Link to="../../parent/child" />
<Link to="../../parent/child/" />
</>
}
/>
Expand Down Expand Up @@ -277,10 +277,10 @@ describe("trailing slashes", () => {
index
element={
<>
<Link to="../../.." />
<Link to="../../../" />
<Link to="../../child" />
<Link to="../../child/" />
<Link to="../.." />
<Link to="../../" />
<Link to="../../parent/child" />
<Link to="../../parent/child/" />
</>
}
/>
Expand Down

0 comments on commit 9f6a920

Please sign in to comment.