villebro commented on code in PR #27285:
URL: https://github.com/apache/superset/pull/27285#discussion_r1507875451


##########
superset-frontend/plugins/plugin-chart-echarts/test/Gauge/transformProps.test.ts:
##########
@@ -342,3 +350,43 @@ describe('Echarts Gauge transformProps', () => {
     );
   });
 });
+
+describe('getIntervalBoundsAndColors', () => {
+  it('should generate correct interval bounds and colors', () => {

Review Comment:
   nit/FYI: we're moving away from `describe` with nested `it`s towards simple 
`test` blocks. But we can convert these in a follow-up refactor pass.



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