There was an error while loading. Please reload this page.
1 parent 215f818 commit 8efae89Copy full SHA for 8efae89
1 file changed
template/__tests__/App.test.tsx
@@ -5,6 +5,6 @@
5
import { render } from '@testing-library/react-native';
6
import App from '../App';
7
8
-test('renders correctly', async () => {
+test('renders correctly', () => {
9
render(<App />);
10
});
0 commit comments