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
After #22009 merges, we should remove enzyme setup from converged packages (example: packages/react-image/config/tests.js). We could either remove the whole setup file, or just the enzyme parts.
@layershifter and/or @Hotell any preference whether to remove the whole Jest setup file for converged packages, or leave it as a placeholder and just remove the enzyme parts? I'm fine with either way.
@ecraig12345 We had that discussion with @Hotell before and the conclusion was too keep placeholder files AFAIR.
exactly, also some packages use @testing-library/jest-dom so removing this would break CI. Also please don't forget to update migrate-converged-pkg generator. ty
After #22009 merges, we should remove enzyme setup from converged packages (example:
packages/react-image/config/tests.js
). We could either remove the whole setup file, or just the enzyme parts.source: #22009 (comment)
The text was updated successfully, but these errors were encountered: