Skip to content

Commit

Permalink
revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Jul 5, 2024
1 parent 9041479 commit a3ac45a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe('featureToggle url', () => {
expect(shouldDisplayFeature('displayPaymentTaskProcessEditor')).toBeTruthy();
expect(typedSessionStorage.getItem<string[]>('featureFlags')).toEqual([
'shouldOverrideAppLibCheck',
'displayPaymentTaskProcessEditor',
]);
expect(typedLocalStorage.getItem<string[]>('featureFlags')).toBeUndefined();
});
Expand Down

0 comments on commit a3ac45a

Please sign in to comment.