authelia/web/src
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
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
constants refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
hooks fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
layouts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
models refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
services fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
views test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
react-app-env.d.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00