lyndsiWilliams opened a new pull request #16626: URL: https://github.com/apache/superset/pull/16626
### SUMMARY Migrate Enzyme test files to React Testing library/Typescript and improve test case quality. See the [project description doc](https://docs.google.com/document/d/17BVXM0nQZ8FvJDgPeuMWIk5CAkDl4wEVkWiyae3lzN4/edit#) for more details. ### TESTING INSTRUCTIONS Migrate to the following files and observe the tests converted to RTL/TS: - `superset-frontend/spec/javascripts/components/CachedLabel_spec.tsx` - `superset-frontend/spec/javascripts/components/ColumnTypeLabel_spec.tsx` - `superset-frontend/spec/javascripts/dashboard/components/MissingChart_spec.tsx` - `superset-frontend/spec/javascripts/dashboard/components/RefreshIntervalModal_spec.jsx` - `superset-frontend/spec/javascripts/dashboard/components/menu/HoverMenu_spec.tsx` - `superset-frontend/spec/javascripts/dashboard/components/resizable/ResizableContainer_spec.tsx` - `superset-frontend/spec/javascripts/dashboard/components/resizable/ResizableHandle_spec.tsx` - `superset-frontend/spec/javascripts/explore/components/AggregateOption_spec.tsx` - `superset-frontend/spec/javascripts/explore/components/CheckboxControl_spec.tsx` - `superset-frontend/spec/javascripts/explore/components/ColorPickerControl_spec.jsx` ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
