Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove fetchQS tests w/i setUser
  • Loading branch information
Mike Chu committed May 16, 2023
commit c8dfaba9cdaab845b33fd2175a8e60c887ad0335
26 changes: 0 additions & 26 deletions src/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1178,32 +1178,6 @@ describe('ReactSDKClient', () => {
expect(mockInnerClient.getAllFeatureVariables).toBeCalledWith('feat1', 'user2', { bar: 'baz' });
});
});

describe('fetchQualifedSegments', () => {
it('should never call fetchQualifiedSegments if user ID is not set', ()=> {

});

it('should never call fetchQualifiedSegments if Optimizely client is not set', () => {

});

it('should never call fetchQualifiedSegments if Optimizely User Context is not set', () => {

});

it('should return log an info when ODP not integrated', ()=> {

});

it('should return false if fetch fails', ()=>{

});

it('should return true if fetch successful', () => {

});
});
});

describe('fetchQualifedSegments', () => {
Expand Down