diff options
author | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-17 23:17:33 +0530 |
commit | c44c85af7ade620419c097d9fc8ce4c9c66c00a7 (patch) | |
tree | fa9b5f6322088ad75a1675780e47807efbc3108f /src/App.test.js | |
parent | e571b19f3c3215fbb7436d2f023eca02c0955e4e (diff) |
Built a basic folder structure
Diffstat (limited to 'src/App.test.js')
-rw-r--r-- | src/App.test.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/App.test.js b/src/App.test.js deleted file mode 100644 index 1f03afe..0000000 --- a/src/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(); -}); |