gravity-pdf
gravity-pdf copied to clipboard
Remove Enzyme from Jest Test Suite and Replace with React Testing Library
Description Enzyme is officially dead, does not support React 18, and will need to be replaced with the React Testing Library.
https://dev.to/wojtekmaj/enzyme-is-dead-now-what-ekl https://testing-library.com/docs/react-testing-library/migrate-from-enzyme
For now the Jest tests run in React 17 mode with a deprecated warning, but we'll need to put in the time and refactor them all.