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