1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 08:00:05 +00:00

Added suggestions

This commit is contained in:
2020-07-16 15:02:17 -04:00
parent b614bafd03
commit 334a849caa
19 changed files with 185 additions and 193 deletions

View File

@@ -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();
});