I want to contribute to the image integration. But I am not able to run the test suite.
I used
pnpm install
and
pnpm run test
For the image integration I get the error:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\bauma\source\astro\packages\astro\node_modules\@astrojs\webapi\mod.js' imported from C:\Users\bauma\source\astro\packages\astro\test\test-utils.js
But I also cannot run the tests for other integration like prefetch.
Probably I am only missing something. Is there any doc on the astro repository itself?