authelia/web/src/components
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
..
AppStoreBadges.test.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
AppStoreBadges.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
ColoredSnackbarContent.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
ColoredSnackbarContent.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
FailureIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
FailureIcon.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
FingerTouchIcon.module.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
FingerTouchIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
FingerTouchIcon.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
FixedTextField.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
FixedTextField.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
InformationIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
InformationIcon.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
LinearProgressBar.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
LinearProgressBar.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
NotificationBar.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
NotificationBar.tsx build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
PieChartIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
PieChartIcon.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
PushNotificationIcon.module.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
PushNotificationIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
PushNotificationIcon.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
SuccessIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
SuccessIcon.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
TimerIcon.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
TimerIcon.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00