piouson
piouson
@thabemmz many thanks. Any ideas how to make the import work in jest..? I'm using RTL.. ```js test('render component', async () => { const { getByTestId } = render(); await...
> @thabemmz many thanks. > > Any ideas how to make the import work in jest..? I'm using RTL.. > ... > For now I've mocked SVGs.. ```js // mock.js...
I've had the same issue and still unsure what resolves it but anyone or all of below seems to work for me: 1. Try the latest hekate.bin 2. I prefer...
@teejteej did you manage to fix this..?