Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
target="_blank"
rel="noopener noreferrer"
>
Learn React
hello
</a>
</header>
</div>
Expand Down
10 changes: 2 additions & 8 deletions src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import App from './App';

test('renders learn react link', () => {
const { getByText } = render(<App />);
const linkElement = getByText(/learn react/i);
const linkElement = getByText(/hello/i);
expect(linkElement).toBeInTheDocument();
});

test('renders learn react link', () => {
const { getByText } = render(<App />);
const linkElement = getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
});