Open Sandervanmaurik opened 10 months ago
Enzyme is currently being used throughout the application. It should be removed completely in order to upgrade the application to React 18. All tests using Enzyme should be replaced with tests using React-testing-library.
Parts are done now in #176 , but more needs to happen (but at least it is in progress)
Enzyme is currently being used throughout the application. It should be removed completely in order to upgrade the application to React 18. All tests using Enzyme should be replaced with tests using React-testing-library.