bito-code-review[bot] commented on PR #37225: URL: https://github.com/apache/superset/pull/37225#issuecomment-3766106495
<!-- Bito Reply --> Yes, it's intentional. The PR enforces Jest's consistent-test-it rule, using 'test' for top-level tests (like in logging.test.ts) and 'it' inside describe blocks (as in Tabs.test.tsx and buildQuery.test.ts). -- 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]
