Skip to content

Commit 7bd782f

Browse files
committed
fix: removed setConnectionMode test
1 parent 0760dab commit 7bd782f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tooling/jest/src/react-native/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ describe('react-native', () => {
6565
expect(ldClientMock.getContext.mock).toBeDefined();
6666
expect(ldClientMock.off.mock).toBeDefined();
6767
expect(ldClientMock.on.mock).toBeDefined();
68-
expect(ldClientMock.setConnectionMode.mock).toBeDefined();
6968
expect(ldClientMock.track.mock).toBeDefined();
7069
expect(ldClientMock.variation.mock).toBeDefined();
7170
expect(ldClientMock.variationDetail.mock).toBeDefined();

0 commit comments

Comments
 (0)