mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-19 07:30:54 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
![]() |
import React from 'react';
|
||
|
import { render, screen } from '@testing-library/react';
|
||
|
import App from './App';
|
||
|
|
||
|
test('renders the app', () => {
|
||
|
render(<App />);
|
||
|
});
|