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
Since #1093, we have the ability to test Fiddle's React components using React Testing Library (RTL).
We should gradually migrate all our Enzyme component tests to RTL to move away from Enzyme for the reasons detailed in the Fiddle Test Improvements document.