retropilot-client/src/App.test.js

7 lines
147 B
JavaScript
Raw Normal View History

2022-01-03 09:30:54 -07:00
import { render, screen } from '@testing-library/react';
import App from './App';
2022-01-07 11:08:28 -07:00
test('renders learn react link', () => {
render(<p></p>);
});