Skip to content

Commit 93b1ba6

Browse files
committed
Fix react native tests.
1 parent cdba451 commit 93b1ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/react-native/__tests__/MobileDataManager.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ describe('given a MobileDataManager with mocked dependencies', () => {
8181
pollInterval: 1000,
8282
userAgentHeaderName: 'user-agent',
8383
trackEventModifier: (event) => event,
84+
hooks: [],
8485
};
8586
const mockedFetch = mockFetch('{"flagA": true}', 200);
8687
platform = {

0 commit comments

Comments
 (0)