retropilot-client/src/App.test.js

7 lines
139 B
JavaScript
Raw Normal View History

2022-01-09 16:00:37 -07:00
import React from 'react';
import { render } from '@testing-library/react';
2022-01-07 11:08:28 -07:00
test('renders learn react link', () => {
2022-01-09 09:52:29 -07:00
render(<p />);
2022-01-07 11:08:28 -07:00
});