test(joox): Added basic sanity test for joox encryption.

(cherry picked from commit 48b8194363264a0276006deaa3c956970a543627)
This commit is contained in:
鲁树人
2021-12-23 23:23:32 +00:00
parent 18a8dbfaa4
commit 62cd276c5d
8 changed files with 70 additions and 8 deletions

View File

@@ -0,0 +1 @@
export const extractQQMusicMeta = jest.fn();

View File

@@ -0,0 +1,4 @@
export const storage = {
loadJooxUUID: jest.fn(),
saveJooxUUID: jest.fn(),
};