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 d2bb889 commit 3f15c6cCopy full SHA for 3f15c6c
src/client.spec.ts
@@ -79,6 +79,7 @@ describe('ReactSDKClient', () => {
79
getFeatureVariableString: jest.fn(() => null),
80
getOptimizelyConfig: jest.fn(() => null),
81
getProjectConfig: jest.fn(() => null),
82
+ isOdpIntegrated: jest.fn(() => true),
83
onReady: jest.fn(() => Promise.resolve({ success: false })),
84
close: jest.fn(),
85
getVuid: jest.fn(),
0 commit comments