Skip to content

Commit a334ff7

Browse files
committed
Add basic App component test
- Create App.test.js with initial React testing setup - Verify basic rendering of learn react link - Use React Testing Library for component testing
1 parent 1534704 commit a334ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.test.js renamed to src/routes/App.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { render, screen } from '@testing-library/react';
2+
23
import App from './App';
34

45
test('renders learn react link', () => {

0 commit comments

Comments
 (0)