mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-04-19 11:07:34 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export const storage = {
|
|
loadJooxUUID: jest.fn(),
|
|
saveJooxUUID: jest.fn(),
|
|
};
|