Vansh5632 commented on code in PR #37131:
URL: https://github.com/apache/superset/pull/37131#discussion_r2716044229


##########
superset-frontend/src/explore/exploreUtils/exploreUtils.test.jsx:
##########
@@ -299,4 +301,212 @@ describe('exploreUtils', () => {
       expect(postFormSpy).toHaveBeenCalledTimes(1);
     });
   });
+
+  // eslint-disable-next-line no-restricted-globals -- TODO: Migrate from 
describe blocks
+  describe('.exportChart()', () => {

Review Comment:
   Sorry about that — thanks for pointing this out. I wasn’t aware of this 
guideline earlier. I’ll refactor the tests to follow the new structure and 
align with the project’s testing migration approach.



-- 
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]

Reply via email to