Skip to content

Commit

Permalink
fix: adding unit test suite for fullstory
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Apr 24, 2024
1 parent b0b1340 commit e5e34ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ beforeEach(() => {
global.window = {
localStorage: {
getItem: jest.fn((key) => {
if (key === 'dummy') return 'hash123';
if (key === 'tata_customer_hash') return 'hash123';
return null;
}),
setItem: jest.fn(),
Expand Down

0 comments on commit e5e34ab

Please sign in to comment.