mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 08:00:05 +00:00
Added suggestions
This commit is contained in:
@@ -5,5 +5,6 @@ import App from './App';
|
||||
test('renders learn react link', () => {
|
||||
const { getByText } = render(<App />);
|
||||
const linkElement = getByText(/learn react/i);
|
||||
|
||||
expect(linkElement).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user