Skip to content

Commit dd07676

Browse files
committed
test file restored
1 parent ecc0c6f commit dd07676

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/App.test.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { render, screen } from '@testing-library/react';
2+
import App from './App';
3+
4+
test('renders title on Home page', () => {
5+
render(<App />);
6+
const titleElement = screen.getByText('Open Source Internships');
7+
expect(titleElement).toBeInTheDocument();
8+
});

0 commit comments

Comments
 (0)