Skip to content

Commit 48263cc

Browse files
committed
Create App.test.jsx
1 parent 8d30076 commit 48263cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/App.test.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)