eschutho commented on code in PR #37225:
URL: https://github.com/apache/superset/pull/37225#discussion_r2703008624
##########
superset-frontend/packages/superset-core/src/spec/utils/logging.test.ts:
##########
@@ -21,7 +21,7 @@ beforeEach(() => {
jest.resetAllMocks();
});
-it('should pipe to `console` methods', () => {
+test('should pipe to `console` methods', () => {
Review Comment:
In the other files, it looks like we're switching from "it" to "test", but
this file is doing the opposite. Is that intentional?
--
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]