Skip to content

Commit

Permalink
test: Updated tests of PNG/APNG format decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed May 8, 2024
1 parent 79f22e0 commit e7a1773
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
File renamed without changes
Binary file added test/_input/apng/test_apng4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions test/format/format.png.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,10 @@ describe('Format: PNG', () => {
fileName: 'test_apng.png',
correctLength: 2,
},
{
fileName: 'test_apng1.png',
correctLength: 20,
},
{
fileName: 'test_apng2.png',
correctLength: 60,
Expand All @@ -746,6 +750,10 @@ describe('Format: PNG', () => {
fileName: 'test_apng3.png',
correctLength: 19,
},
{
fileName: 'test_apng4.png',
correctLength: 42,
},
];
const resFiles = TestUtils.listFiles(
TestFolder.input,
Expand Down

0 comments on commit e7a1773

Please sign in to comment.