astro/packages/integrations/image/test
Happydev 006405d33c
Refactor Props of Image and Picture component to support type checking (#5788)
* correct props type

* refactor Picture and Image typings

* add missing `alt` property

* add changeset

* apply suggestions

* correct `astro/types` import

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>

* apply suggestions

* convert to type import

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-01-18 02:41:50 +00:00
..
fixtures Refactor Props of Image and Picture component to support type checking (#5788) 2023-01-18 02:41:50 +00:00
background-color-image-ssg.test.js [@astrojs/image] flatten background only if alpha channel isn't supported (#4800) 2022-09-20 20:25:45 +00:00
background-color-image-ssr.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
get-image.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
image-ssg.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
image-ssr-build.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
image-ssr-dev.test.js Fix spelling mistakes found by codespell and mwic (#5627) 2022-12-19 12:00:00 +01:00
no-alt-text-image-ssg.test.js feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
no-alt-text-image-ssr.test.js feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
no-alt-text-picture-ssg.test.js feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
no-alt-text-picture-ssr.test.js feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
picture-ssg.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
picture-ssr-build.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
picture-ssr-dev.test.js Fix the image tests (#5338) 2022-11-09 11:22:53 -04:00
rotation.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00
sharp.test.js [@astrojs/image] support additional resize options (#4438) 2022-09-09 20:13:59 +00:00
squoosh-service.test.js Support relative protocol image URL (#5072) 2022-10-13 11:59:38 -04:00
test-utils.js Adds an @astrojs/image integration for optimizing images (#3694) 2022-07-01 15:47:48 +00:00
with-mdx.test.js Output assets to _astro directory (#5772) 2023-01-09 10:01:33 -06:00