Skip to content

Commit

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

import ErrorBoundary from "../index";
import ErrorBoundary from "..";

describe("<ErrorBoundary />", () => {
const tree = (children?: ReactNode) =>
Expand Down

0 comments on commit 5c6c965

Please sign in to comment.