mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
test(frontend): Migrate from describe/it to flat test() pattern (#35305)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -197,6 +197,7 @@ test('should render the columns', async () => {
|
||||
);
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-restricted-globals -- TODO: Migrate from describe blocks
|
||||
describe('DatasourcePanel', () => {
|
||||
beforeAll(() => {
|
||||
jest.setTimeout(30000);
|
||||
|
||||
Reference in New Issue
Block a user