2021-02-05 12:56:07 -08:00

8 lines
159 B
TypeScript

import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
test('renders the app', () => {
render(<App />);
});