Skip to content

Commit 5e59dd9

Browse files
committed
configured circleci for project
1 parent fc75afb commit 5e59dd9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/__tests__/App.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
import { render, screen } from "@testing-library/react";
2-
import App from "../App";
3-
4-
test("App doesn't crash", () => {
5-
// eslint-disable-next-line react/react-in-jsx-scope
6-
const div = document.createElement("div");
7-
render(<App />, div);
8-
});

0 commit comments

Comments
 (0)