We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bb34e commit 347fd88Copy full SHA for 347fd88
examples/react-native/__tests__/js/app-services/use-app.test.jsx
@@ -31,7 +31,7 @@ function MyApp() {
31
}
32
// :snippet-end:
33
34
-afterEach(() => App.getApp(APP_ID).currentUser?.logOut());
+afterEach(async () => await App.getApp(APP_ID).currentUser?.logOut());
35
36
test('useApp hook works correctly', async () => {
37
const {getByTestId} = render(<AppWrapper />);
examples/react-native/__tests__/ts/app-services/use-app.test.tsx
0 commit comments