all repos — caroster @ 0afa4ba12d0e0329c3f817c8f550415c2091e1ec

[Octree] Group carpool to your event https://caroster.io

app/src/App.test.js (view raw)

1import React from 'react';
2import { render } from '@testing-library/react';
3import App from './App';
4
5test('renders learn react link', () => {
6  const { getByText } = render(<App />);
7  const linkElement = getByText(/learn react/i);
8  expect(linkElement).toBeInTheDocument();
9});