Skip to content

Commit

Permalink
refactor - removed unused import from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Dec 30, 2024
1 parent 101a3e5 commit 269f804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Authors/AuthorItem.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { getByTitle, render } from "@testing-library/react";
import { render } from "@testing-library/react";
import { BrowserRouter as Router } from "react-router-dom";
import AuthorItem from "./AuthorItem";
import FormatDate from "../../Helpers/FormatDate";
Expand Down

0 comments on commit 269f804

Please sign in to comment.