|
|
|
@ -411,6 +411,7 @@ describe(MetadataService.name, () => {
|
|
|
|
DateTimeOriginal: new Date('1970-01-01').toISOString(),
|
|
|
|
DateTimeOriginal: new Date('1970-01-01').toISOString(),
|
|
|
|
ExposureTime: '100ms',
|
|
|
|
ExposureTime: '100ms',
|
|
|
|
FocalLength: 20,
|
|
|
|
FocalLength: 20,
|
|
|
|
|
|
|
|
ImageDescription: 'test description',
|
|
|
|
ISO: 100,
|
|
|
|
ISO: 100,
|
|
|
|
LensModel: 'test lens',
|
|
|
|
LensModel: 'test lens',
|
|
|
|
MediaGroupUUID: 'livePhoto',
|
|
|
|
MediaGroupUUID: 'livePhoto',
|
|
|
|
@ -432,6 +433,7 @@ describe(MetadataService.name, () => {
|
|
|
|
bitsPerSample: expect.any(Number),
|
|
|
|
bitsPerSample: expect.any(Number),
|
|
|
|
colorspace: tags.ColorSpace,
|
|
|
|
colorspace: tags.ColorSpace,
|
|
|
|
dateTimeOriginal: new Date('1970-01-01'),
|
|
|
|
dateTimeOriginal: new Date('1970-01-01'),
|
|
|
|
|
|
|
|
description: tags.ImageDescription,
|
|
|
|
exifImageHeight: null,
|
|
|
|
exifImageHeight: null,
|
|
|
|
exifImageWidth: null,
|
|
|
|
exifImageWidth: null,
|
|
|
|
exposureTime: tags.ExposureTime,
|
|
|
|
exposureTime: tags.ExposureTime,
|
|
|
|
|