aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2025-04-27 23:17:11 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2025-04-27 23:17:11 -0600
commit7a13bbd6908ffa66d13b3798c2ebb0dbc2b77474 (patch)
treed3d937a48e71ba716e08dec3f4a3ef4fecf40151
parent37787895d56888ab44362252f21fb05c05e97250 (diff)
remove tests
-rw-r--r--client/src/config.js (renamed from client/src/config/config.js)0
-rw-r--r--client/src/tests/App.test.js8
-rw-r--r--client/src/tests/setupTests.js5
3 files changed, 0 insertions, 13 deletions
diff --git a/client/src/config/config.js b/client/src/config.js
index 8007eda..8007eda 100644
--- a/client/src/config/config.js
+++ b/client/src/config.js
diff --git a/client/src/tests/App.test.js b/client/src/tests/App.test.js
deleted file mode 100644
index 1f03afe..0000000
--- a/client/src/tests/App.test.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import { render, screen } from '@testing-library/react';
-import App from './App';
-
-test('renders learn react link', () => {
- render(<App />);
- const linkElement = screen.getByText(/learn react/i);
- expect(linkElement).toBeInTheDocument();
-});
diff --git a/client/src/tests/setupTests.js b/client/src/tests/setupTests.js
deleted file mode 100644
index 8f2609b..0000000
--- a/client/src/tests/setupTests.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// jest-dom adds custom jest matchers for asserting on DOM nodes.
-// allows you to do things like:
-// expect(element).toHaveTextContent(/react/i)
-// learn more: https://github.com/testing-library/jest-dom
-import '@testing-library/jest-dom';