Skip to content

Commit

Permalink
fix: removed setConnectionMode test
Browse files Browse the repository at this point in the history
  • Loading branch information
professorice committed Oct 29, 2024
1 parent 0760dab commit 7bd782f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tooling/jest/src/react-native/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('react-native', () => {
expect(ldClientMock.getContext.mock).toBeDefined();
expect(ldClientMock.off.mock).toBeDefined();
expect(ldClientMock.on.mock).toBeDefined();
expect(ldClientMock.setConnectionMode.mock).toBeDefined();
expect(ldClientMock.track.mock).toBeDefined();
expect(ldClientMock.variation.mock).toBeDefined();
expect(ldClientMock.variationDetail.mock).toBeDefined();
Expand Down

0 comments on commit 7bd782f

Please sign in to comment.