You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EuiTextDiff includes an imported .d.ts module. This causes an import error for Jest before 24.9.0. Fixing it requires upgrading, but newer versions of Jest run into issues around the expect.assertions stuff we do with EuiIcon tests.
Solution should probably be to upgrade Jest and fix the EuiIcon issues. Putting this one out there in case anyone notices the error and is wondering what is up.
The text was updated successfully, but these errors were encountered:
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment.
EuiTextDiff includes an imported
.d.ts
module. This causes an import error for Jest before24.9.0
. Fixing it requires upgrading, but newer versions of Jest run into issues around theexpect.assertions
stuff we do withEuiIcon
tests.Solution should probably be to upgrade Jest and fix the
EuiIcon
issues. Putting this one out there in case anyone notices the error and is wondering what is up.The text was updated successfully, but these errors were encountered: