mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: undeclared versions/updates (#19649)
This commit is contained in:
parent
a5c431fbf5
commit
db0415bbcc
11 changed files with 477 additions and 282 deletions
|
|
@ -58,7 +58,8 @@ describe('get asset filename', () => {
|
|||
});
|
||||
|
||||
describe('copy image to clipboard', () => {
|
||||
it('should not allow copy image to clipboard', () => {
|
||||
expect(canCopyImageToClipboard()).toEqual(false);
|
||||
// This test is dubious, as it totally on the environment where the test is run which is mocked.
|
||||
it('should allow copy image to clipboard', () => {
|
||||
expect(canCopyImageToClipboard()).toEqual(true);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue