aboutsummaryrefslogtreecommitdiff
path: root/paste-ui/src/App.test.js
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-01 20:09:08 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-01 20:09:08 -0500
commitfa6f3d619e6051d508d9f40c601f77f9b05e1784 (patch)
tree271bbceea5ebfb9face8ba8f02457f51044361f2 /paste-ui/src/App.test.js
parent1d63eabf1fca2d9e2477055e1be67e6f6c9b4b1b (diff)
downloadpaste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.gz
paste-fa6f3d619e6051d508d9f40c601f77f9b05e1784.tar.xz
Remove react UI
Diffstat (limited to 'paste-ui/src/App.test.js')
-rw-r--r--paste-ui/src/App.test.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/paste-ui/src/App.test.js b/paste-ui/src/App.test.js
deleted file mode 100644
index 1f03afe..0000000
--- a/paste-ui/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();
-});