mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
7c2f7d6c51
commit
f55b3add80
242 changed files with 12794 additions and 13426 deletions
|
|
@ -1,8 +1,8 @@
|
|||
const createObjectURLMock = jest.fn();
|
||||
|
||||
Object.defineProperty(URL, 'createObjectURL', {
|
||||
writable: true,
|
||||
value: createObjectURLMock
|
||||
writable: true,
|
||||
value: createObjectURLMock,
|
||||
});
|
||||
|
||||
export { createObjectURLMock };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue