aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.test.js
diff options
context:
space:
mode:
authordan <[email protected]>2023-08-28 10:55:50 -0400
committerdan <[email protected]>2023-08-28 10:55:50 -0400
commit7c9345f41d9c86142019cce05ca0495408b01730 (patch)
tree45da541a80047da04191c48accee490447f8a234 /src/App.test.js
parentf8cf6c21d238fea96192ad3f418ab7489092355f (diff)
downloaddraggable-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.js8
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();
-});