Skip to content

Commit

Permalink
Update List.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen authored Nov 11, 2021
1 parent 47ba718 commit aef531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/__tests__/List.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { render } from "@testing-library/react";
import { MemoryRouter } from "react-router-dom";

import List from "../index";
import List from "..";

describe("<List />", () => {
it("renders", () => {
Expand Down

0 comments on commit aef531d

Please sign in to comment.