sadpandajoe opened a new pull request, #43114: URL: https://github.com/apache/superset/pull/43114
### SUMMARY Format seven `ErrorMessage` test mocks with oxfmt 0.62.0. The oxfmt upgrade in #43046 changed the formatter output for this arrow-function/JSX shape. The files were not reformatted with the dependency bump, so the scheduled all-files pre-commit jobs failed on runs [31570460062](https://github.com/apache/superset/actions/runs/31570460062) and [31674346103](https://github.com/apache/superset/actions/runs/31674346103). This is a formatter-only change based on master commit `59361581cdfb1583e60ccbdae77f71d4ead71216`. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable; there is no runtime or UI behavior change. ### TESTING INSTRUCTIONS - `npx oxfmt --check` on all seven changed files - `npx jest` on all seven changed test files with `--maxWorkers=2` (7 suites, 38 tests passed) - `pre-commit run oxfmt-frontend` - `pre-commit run oxlint-frontend` - `pre-commit run custom-rules-frontend` - `pre-commit run stylelint-frontend` - `pre-commit run --all-files` was executed; unrelated repository-wide formatter rewrites and missing local docs/build prerequisites prevented a clean all-files result, while all hooks relevant to this diff passed ### 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]
