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


##########
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:
   Can you move this into separate `test` suite instead of lumping with legacy 
`describe` blocks? We're trying to migrate away from the old practice, btw.



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