mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +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:
@@ -150,6 +150,7 @@ const setup = (props?: any, store?: Store) =>
|
||||
...(store && { store }),
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-restricted-globals -- TODO: Migrate from describe blocks
|
||||
describe('ResultSet', () => {
|
||||
beforeAll(() => {
|
||||
setupAGGridModules();
|
||||
|
||||
Reference in New Issue
Block a user