We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0477fb5 commit 4d8c44cCopy full SHA for 4d8c44c
packages/core/integration-tests/test/image.js
@@ -85,7 +85,7 @@ describe('image', function () {
85
86
assert.deepStrictEqual(
87
foundExtensions,
88
- new Set(['html', 'webp', 'avif', 'jpeg', 'png', 'tiff']),
+ new Set(['html', 'webp', 'avif', 'jpeg', 'jxl', 'png', 'tiff']),
89
);
90
});
91
0 commit comments