authelia/web/src/views
Amir Zarrinkafsh 1b06e46f71
test(web): drop enzyme in favor of react-testing-library (#2224)
* test(web): drop enzyme in favor of react-testing-library

Enzyme is falling behind in maintenance, it is currently maintained by one primary developer and still does [not support React 17](https://github.com/enzymejs/enzyme/pull/2430) despite it being released in October 2020.

[react-testing-library (RTL)](https://testing-library.com/docs) is [recommended by Facebook](https://reactjs.org/docs/test-utils.html#overview) and encourages writing tests that avoid testing implementation details.

* build(deps): update react monorepo to v17 (major)

* build(deps): remove @types/{enzyme,jest}
2021-08-03 16:25:13 +10:00
..
DeviceRegistration fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
LoadingPage test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
LoginPortal fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
ResetPassword feat(web): add autocomplete fields to first factor and reset password pages (#2125) 2021-06-30 19:04:55 +02:00