Files
HKSingleParty/03_source/mobile.integrated.not_working.del/src/App.test.tsx
2025-05-28 09:55:51 +08:00

8 lines
213 B
TypeScript

import { render } from '@testing-library/react';
import App from './App';
it('renders without crashing', () => {
const { asFragment, container } = render(<App />);
expect(asFragment()).toMatchSnapshot();
});