init commit,
This commit is contained in:
7
03_source/mobile/src/App.test.tsx
Normal file
7
03_source/mobile/src/App.test.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import App from './App';
|
||||
import { render } from '@testing-library/react';
|
||||
|
||||
it('renders without crashing', () => {
|
||||
const { asFragment, container } = render(<App />);
|
||||
expect(asFragment()).toMatchSnapshot();
|
||||
});
|
Reference in New Issue
Block a user