We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d30076 commit 48263ccCopy full SHA for 48263cc
src/App.test.jsx
@@ -0,0 +1,7 @@
1
+import { render } from '@testing-library/react';
2
+import App from './App.jsx';
3
+
4
+test('App renders without crashing', () => {
5
+ const { unmount } = render(<App />);
6
+ unmount();
7
+});
0 commit comments