diff options
author | dan <[email protected]> | 2023-08-28 10:55:50 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-08-28 10:55:50 -0400 |
commit | 7c9345f41d9c86142019cce05ca0495408b01730 (patch) | |
tree | 45da541a80047da04191c48accee490447f8a234 /src/App.test.js | |
parent | f8cf6c21d238fea96192ad3f418ab7489092355f (diff) | |
download | draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.tar.gz draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.tar.bz2 draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.zip |
feat: skeleton of app
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(); -}); |