This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch replace-jest-enzyme
in repository https://gitbox.apache.org/repos/asf/superset.git
from 83f0550c5e New lint rule to use testing helper
add e0bff1188f nixing ugly enzyme tests
add 37d6a2956b AdhocFIlterControl -> RTL
add c37f42c580 jsx -> tsx
add 6681ea7f81 need React here...
No new revisions were added by this update.
Summary of changes:
.../FilterScope/__tests__/utils.tsx | 1 +
.../AdhocFilterControl/AdhocFilterControl.test.jsx | 146 -------------------
.../AdhocFilterControl/AdhocFilterControl.test.tsx | 162 +++++++++++++++++++++
.../AdhocMetricEditPopover.test.jsx | 136 -----------------
4 files changed, 163 insertions(+), 282 deletions(-)
delete mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/AdhocFilterControl.test.jsx
create mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/AdhocFilterControl.test.tsx
delete mode 100644
superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/AdhocMetricEditPopover.test.jsx