diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:11 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:11 -0600 |
commit | 7a13bbd6908ffa66d13b3798c2ebb0dbc2b77474 (patch) | |
tree | d3d937a48e71ba716e08dec3f4a3ef4fecf40151 /client/src/tests/App.test.js | |
parent | 37787895d56888ab44362252f21fb05c05e97250 (diff) |
remove tests
Diffstat (limited to 'client/src/tests/App.test.js')
-rw-r--r-- | client/src/tests/App.test.js | 8 |
1 files changed, 0 insertions, 8 deletions
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(); -}); |