jest-html
jest-html copied to clipboard
Can't find way to add icon to rendered components?
Hi, i like jest-html a lot, but i can't load resources like fonts or images. Could you please add such functionality or explain me how to do this
For external resources (e.g. fonts or images downloaded from the Internet), it should be fine already. For internal resources (I guess you refer to these), we could add a CLI argument to jest-html to serve those assets, as well as jest-html's own. What do you think?