onurtashan commented on code in PR #40758:
URL: https://github.com/apache/superset/pull/40758#discussion_r3361047574


##########
superset-frontend/src/dashboard/actions/dashboardState.test.ts:
##########
@@ -165,6 +165,54 @@ describe('dashboardState actions', () => {
       ).toStrictEqual(mockParentsList);
     });
 
+    // eslint-disable-next-line no-restricted-globals -- TODO: Migrate from 
describe blocks
+    describe('certification fields', () => {

Review Comment:
   Thanks for the feedback! Moved the certification tests to a separate 
`dashboardState.certification.test.ts` file using top-level `test()` calls, 
following the pattern in `chartCustomizationActions.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]

Reply via email to