Skip to content

Commit

Permalink
Update App.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivshankar-Reddy authored Jul 11, 2024
1 parent 0417767 commit bd50606
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import App from './App';
// import React from 'react';
// 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();
});
// test('renders learn react link', () => {
// render(<App />);
// const linkElement = screen.getByText(/learn react/i);
// expect(linkElement).toBeInTheDocument();
// });

0 comments on commit bd50606

Please sign in to comment.