Error running jest tests in IX Angular 3.0

After migrating to IX 3.0 I’m getting errors in all IX Components like the following one:

throw new Error(Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found);

I didn’t find anything related to this in the migration guide.

You guys have any idea of what this is?

Sorry guys, but I’m still waiting for a response.

Never mind!

I was able to fix that by removing the IxModule from the dependencies inside the tests. After removing it the error messages were gone.

But anyway, it’s weird and the error messages are non intuitive.