Skip to content

Commit 8efae89

Browse files
committed
fix: remove async
1 parent 215f818 commit 8efae89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/__tests__/App.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
import { render } from '@testing-library/react-native';
66
import App from '../App';
77

8-
test('renders correctly', async () => {
8+
test('renders correctly', () => {
99
render(<App />);
1010
});

0 commit comments

Comments
 (0)