You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a test to validate an image exists the test fails because image import returns undefined.
However, If I import the image to a typescript file and export it out as part of an object so it can be consumed in the svelte file, then it works.
Any suggestions what this could be?
The text was updated successfully, but these errors were encountered:
Given I have the following typescript configuration.
And jest configuration:
And I import an image in svelte file
When I run a test to validate an image exists the test fails because image import returns undefined.
However, If I import the image to a typescript file and export it out as part of an object so it can be consumed in the svelte file, then it works.
Any suggestions what this could be?
The text was updated successfully, but these errors were encountered: