Closed cerenbattal closed 4 months ago
Please provide accessible code (no private repositories) to reproduce the problem (preferred github repository, stackblitz or codesandbox).
Hi,
I solved the problem by removing the node_modules and package-lock.json, running 'npm install' again. Thank you for your support.
I'm submitting a...
Current behavior
We are having issues with our Jest unit tests on a React project. When we run tests, we get the following error on all our unit tests:
A new release on
@stencil
to solve this problem is available, and we found out that ix and ix-react also have a new release 2.4.0. We installed 2.4.0 but unfortunately, we get the same error again on our Jest unit tests. On UI builds, we do not have this problem.Expected behavior
Pass the tests without the error.
Minimal reproduction of the problem with instructions
Here is our package.json:
What is the motivation / use case for changing the behavior?
We need to get the project-specific icons for our product release. These icons have been merged on ix-icons 2.2.0.