Skip to content

Commit

Permalink
Fix browser/rn tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 11, 2024
1 parent efc2897 commit 8c8a83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/browser/__tests__/BrowserDataManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ describe('given a BrowserDataManager with mocked dependencies', () => {
userAgentHeaderName: 'user-agent',
trackEventModifier: (event) => event,
hooks: [],
inspectors: [],
};
const mockedFetch = mockFetch('{"flagA": true}', 200);
platform = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ describe('given a MobileDataManager with mocked dependencies', () => {
userAgentHeaderName: 'user-agent',
trackEventModifier: (event) => event,
hooks: [],
inspectors: [],
};
const mockedFetch = mockFetch('{"flagA": true}', 200);
platform = {
Expand Down

0 comments on commit 8c8a83b

Please sign in to comment.