diff options
-rw-r--r-- | client/src/config.js (renamed from client/src/config/config.js) | 0 | ||||
-rw-r--r-- | client/src/tests/App.test.js | 8 | ||||
-rw-r--r-- | client/src/tests/setupTests.js | 5 |
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'; |