mirror of
https://git.um-react.app/um/web.git
synced 2025-11-28 11:33:01 +00:00
test(joox): Added basic sanity test for joox encryption.
(cherry picked from commit 48b8194363264a0276006deaa3c956970a543627)
This commit is contained in:
1
src/utils/__mocks__/qm_meta.ts
Normal file
1
src/utils/__mocks__/qm_meta.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const extractQQMusicMeta = jest.fn();
|
||||
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