astro/packages/integrations/image/test
Jan Müller 72c760e9b8
feat(image): throw if alt text is missing (#4511)
* feat(image): throw if no `alt` is provided

* chore: add changeset

* docs(image): update README

* updated alt text stuff throughout

* fixing with-mdx test suite

* warn for missing alt text, will throw an error in a future release

* final README tweaks

Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-09-01 21:24:07 +00:00
..
fixtures feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
image-ssg.test.js Fix: [@astrojs/image] handle filenames with spaces (#4593) 2022-09-01 20:31:53 +00:00
image-ssr-build.test.js [ci] format 2022-09-01 20:34:20 +00:00
image-ssr-dev.test.js Fix: [@astrojs/image] handle filenames with spaces (#4593) 2022-09-01 20:31:53 +00: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 [ci] format 2022-09-01 15:01:07 +00:00
picture-ssr-build.test.js [ci] format 2022-09-01 15:01:07 +00:00
picture-ssr-dev.test.js [ci] format 2022-09-01 15:01:07 +00:00
rotation.test.js refactor: Cleaning up all uses of hard-coded hashes in image tests (#4579) 2022-09-01 14:58:57 +00:00
sharp.test.js Image integration refactor and cleanup (#4482) 2022-08-30 21:09:44 +00: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 [ci] format 2022-09-01 15:01:07 +00:00