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-button package uses enzyme for parts of its testing. Since we are consolidating on using @testing-library/react and/or react-test-renderer for testing in vNext we should remove the use of enzyme.
khmakoto
changed the title
Convert react-button to use @testing-library/react
react-button uses enzyme and react-test-renderer for its testing
Oct 18, 2021
We've determined the use of react-test-renderer should be allowed.
khmakoto
changed the title
react-button uses enzyme and react-test-renderer for its testing
react-button uses enzyme for part of its testing
Oct 20, 2021
khmakoto
changed the title
react-button uses enzyme for part of its testing
react-button uses enzyme for parts of its testing
Oct 20, 2021
The
@fluentui/react-button
package usesenzyme
for parts of its testing. Since we are consolidating on using@testing-library/react
and/orreact-test-renderer
for testing in vNext we should remove the use ofenzyme
.Files that use
enzyme
:Button.test.tsx
The text was updated successfully, but these errors were encountered: