mirror of
https://git.um-react.app/um/web.git
synced 2025-12-13 02:33:01 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export const storage = {
|
|
loadJooxUUID: jest.fn(),
|
|
saveJooxUUID: jest.fn(),
|
|
};
|