Don't serialize icon svg content into snapshots
Created by: eseliger
In the past we've used jest.mock
, but that causes a lot of logspam. This approach fixes it for all, without using jest manually at all.
Created by: eseliger
In the past we've used jest.mock
, but that causes a lot of logspam. This approach fixes it for all, without using jest manually at all.