SBIN2010 commented on code in PR #36197:
URL: https://github.com/apache/superset/pull/36197#discussion_r2547234359
##########
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/transformProps.test.ts:
##########
@@ -723,3 +723,42 @@ describe('legend sorting', () => {
]);
});
});
+
+describe('x-axis label behavior', () => {
Review Comment:
Could you avoid using describe and it and use test instead to follow our
[testing
guidelines](https://github.com/apache/superset/wiki/Testing-Guidelines-and-Best-Practices#avoid-nesting-when-youre-testing)?
--
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]