Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solonovamax committed Nov 18, 2024
1 parent 0477fb5 commit 4d8c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('image', function () {

assert.deepStrictEqual(
foundExtensions,
new Set(['html', 'webp', 'avif', 'jpeg', 'png', 'tiff']),
new Set(['html', 'webp', 'avif', 'jpeg', 'jxl', 'png', 'tiff']),
);
});
});
Expand Down

0 comments on commit 4d8c44c

Please sign in to comment.