Skip to content

Commit

Permalink
fix: auth unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed May 14, 2024
1 parent c08a927 commit 39dcffc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/auth/__tests__/auth-unit-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3561,6 +3561,12 @@ describe('auth unit test', () => {
setItem() {
return null;
},
getItem() {
return null;
},
removeItem() {
return null;
},
};
});
});
Expand Down

0 comments on commit 39dcffc

Please sign in to comment.