mirror of
https://git.um-react.app/um/web.git
synced 2025-12-15 19:53:02 +00:00
test(joox): Added basic sanity test for joox encryption.
(cherry picked from commit 48b8194363264a0276006deaa3c956970a543627)
This commit is contained in:
4
src/utils/__mocks__/storage.ts
Normal file
4
src/utils/__mocks__/storage.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const storage = {
|
||||
loadJooxUUID: jest.fn(),
|
||||
saveJooxUUID: jest.fn(),
|
||||
};
|
||||
Reference in New Issue
Block a user