Skip to content

Commit a07d97a

Browse files
committed
Add test for jpg without APP segment to IIPMetrics
1 parent f186475 commit a07d97a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
2.1 KB
Loading

addons/addon-image/src/IIPMetrics.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const TEST_IMAGES: [string, IMetrics][] = [
2525
['w3c_home_gray.png', { mime: 'image/png', width: 72, height: 48 }],
2626
['w3c_home.jpg', { mime: 'image/jpeg', width: 72, height: 48 }],
2727
['w3c_home.png', { mime: 'image/png', width: 72, height: 48 }],
28+
['w3c_home_noexif.jpg', { mime: 'image/jpeg', width: 72, height: 48 }],
2829
['spinfox.png', { mime: 'image/png', width: 148, height: 148 }],
2930
['iphone_hdr_YES.jpg', { mime: 'image/jpeg', width: 3264, height: 2448 }],
3031
['nikon-e950.jpg', { mime: 'image/jpeg', width: 800, height: 600 }],

0 commit comments

Comments
 (0)