aboutsummaryrefslogtreecommitdiff
path: root/src/App.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.test.jsx')
-rw-r--r--src/App.test.jsx15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/App.test.jsx b/src/App.test.jsx
deleted file mode 100644
index e4874f8..0000000
--- a/src/App.test.jsx
+++ /dev/null
@@ -1,15 +0,0 @@
-import React from "react";
-import { render } from "@testing-library/react";
-import { Provider } from "react-redux";
-import { store } from "./app/store";
-import App from "./App";
-
-test("renders learn react link", () => {
- const { getByText } = render(
- <Provider store={store}>
- <App />
- </Provider>
- );
-
- expect(getByText(/learn/i)).toBeInTheDocument();
-});