Skip to main content

Deprecation Notice: Enzyme

Using Enzyme for unit tests is fully deprecated. It should not be used for any new code, and existing uses should be refactored when come across.

Use React Testing Library instead (@testing-library/react). It encourages testing component output and provides helper functions to interact with our components in tests as our users would in the application.