mirror of
https://github.com/SoPat712/A2ZSoftware.git
synced 2025-08-21 18:28:46 -04:00
Initialize project using Create React App
This commit is contained in:
8
src/App.test.js
Normal file
8
src/App.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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();
|
||||
});
|
Reference in New Issue
Block a user