mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +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:
@@ -24,6 +24,7 @@ const overlayMenu = (
|
||||
<Menu items={[{ label: 'Save dataset', key: 'save-dataset' }]} />
|
||||
);
|
||||
|
||||
// eslint-disable-next-line no-restricted-globals -- TODO: Migrate from describe blocks
|
||||
describe('SaveDatasetActionButton', () => {
|
||||
test('renders a split save button', async () => {
|
||||
render(
|
||||
|
||||
Reference in New Issue
Block a user