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
The @fluentui/react-slider package has a mixture of enzyme and @testing-library/react usage for its testing. Since we are consolidating on using @testing-library/react for testing in vNext we should remove the use of enzyme.
The
@fluentui/react-slider
package has a mixture ofenzyme
and@testing-library/react
usage for its testing. Since we are consolidating on using@testing-library/react
for testing in vNext we should remove the use ofenzyme
.Files that use
enzyme
:RangedSlider.test.tsx
Slider.test.tsx
The text was updated successfully, but these errors were encountered: