kabisa / kudos-frontend

The frontend for the Kudos-o-Matic! (Mobile / Desktop)
2 stars 0 forks source link

Replace Enzyme tests with React Testing Library #172

Open Sandervanmaurik opened 10 months ago

Sandervanmaurik commented 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.

matthijsgroen commented 6 months ago

Parts are done now in #176 , but more needs to happen (but at least it is in progress)