0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/image/test
Tony Sullivan ef9345767b
WIP: [image] Fixing SSR support and improving error validation (#4013)
* fix: SSR builds were hitting an undefined error and skipping the step for copying original assets

* chore: update lockfile

* chore: adding better error validation to getImage and getPicture

* refactor: cleaning up index.ts

* refactor: moving SSG build generation logic out of the integration

* splitting build to ssg & ssr helpers, re-enabling SSR image build tests

* sharp should automatically rotate based on EXIF

* cleaning up how static images are tracked for SSG builds

* undo unrelated mod.d.ts change

* chore: add changeset
2022-07-22 23:01:56 +00:00
..
fixtures WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
image-ssg.test.js WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
image-ssr.test.js WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
picture-ssg.test.js WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
picture-ssr.test.js WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
rotation.test.js WIP: [image] Fixing SSR support and improving error validation (#4013) 2022-07-22 23:01:56 +00:00
sharp.test.js [ci] release (#3789) 2022-07-01 17:43:26 +00:00
test-utils.js Adds an @astrojs/image integration for optimizing images (#3694) 2022-07-01 15:47:48 +00:00