Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Jul 8, 2024
1 parent 62d84e9 commit 25bfd11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";

Check failure on line 1 in src/App.spec.tsx

View workflow job for this annotation

GitHub Actions / test/node 18/ubuntu-latest

'React' is declared but its value is never read.

Check failure on line 1 in src/App.spec.tsx

View workflow job for this annotation

GitHub Actions / test/node 18/ubuntu-latest

'React' is declared but its value is never read.

Check failure on line 1 in src/App.spec.tsx

View workflow job for this annotation

GitHub Actions / test/node 17/ubuntu-latest

'React' is declared but its value is never read.
import { render, screen } from "@testing-library/react";
import '@testing-library/jest-dom/extend-expect';
import App from "./App";

test("renders test text", () => {
Expand Down

0 comments on commit 25bfd11

Please sign in to comment.