Asif
Asif
> @asifrahman112 Is the path `/image.svg` correct? Angular copies everything under `assets` into the build file, so in most cases it should be `/assets/image.svg` or `/assets/**/image.svg`. @rdlabo yes the path...
@rdlabo The image is already placed in assets folder in the root public directory
@rdlabo The image displays correctly in my project. Only the unit test fails on vitest with the error I have mentioned above
@liamdebeasi I have added the stackblitz url for the issue reproduction https://stackblitz.com/edit/ionic-react-vitest-example-qfvsxq?file=src%2Fcomponents%2FHeader.tsx @liamdebeasi If you do `npm run dev` it works correctly, and the image is displayed properly but if...