Open deivinsontejeda opened 3 years ago
I am having a similar issue when I test a component that uses carbon-components-svelte. The one suggestion from stackoverflow.com is to use a slot.. but I would rather find out simpler alternative.
I am also having a similar issue. I usually get to this point after I add carbon pictograms svelte and a few other carbon packages to the transform ignore pattern in jest.config.js
bumping this, same issue
Created a repo to demonstrate: https://github.com/PClmnt/svelte-testing-library-issue
I have this issue when run test using Jest and carbon... Anyone facing similar problem?