mindmap / apps /web /src /app /app.spec.tsx
manhteky123's picture
Upload 213 files
60f878e verified
import { render } from '@testing-library/react';
import App from './app';
describe('App', () => {
it('should render successfully', () => {
// const { baseElement } = render(<App />);
// expect(baseElement).toBeTruthy();
});
});