Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Dec 10, 2024
1 parent 4d8a8b2 commit 45d641d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ describe('GlamGoalsScreenComponent', () => {
return store[key] || null;
});

spyOn(sessionStorage, 'setItem').and.callFake((key, value) => {
});
spyOn(sessionStorage, 'setItem').and.callFake((key, value) => {});
});

it('should create', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ describe('GlamReasonsScreenComponent', () => {
return store[key] || null;
});

spyOn(sessionStorage, 'setItem').and.callFake((key, value) => {
});
spyOn(sessionStorage, 'setItem').and.callFake((key, value) => {});
});

it('should create', async () => {
Expand Down

0 comments on commit 45d641d

Please sign in to comment.