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 0760dab commit 7bd782fCopy full SHA for 7bd782f
packages/tooling/jest/src/react-native/index.test.ts
@@ -65,7 +65,6 @@ describe('react-native', () => {
65
expect(ldClientMock.getContext.mock).toBeDefined();
66
expect(ldClientMock.off.mock).toBeDefined();
67
expect(ldClientMock.on.mock).toBeDefined();
68
- expect(ldClientMock.setConnectionMode.mock).toBeDefined();
69
expect(ldClientMock.track.mock).toBeDefined();
70
expect(ldClientMock.variation.mock).toBeDefined();
71
expect(ldClientMock.variationDetail.mock).toBeDefined();
0 commit comments