mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +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:
@@ -84,6 +84,7 @@ const mockQueryEditor: QueryEditor = {
|
||||
templateParams: '{"param1": "value1"}',
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-restricted-globals -- TODO: Migrate from describe blocks
|
||||
describe('getDatasourceAsSaveableDataset', () => {
|
||||
test('should convert Datasource object correctly', () => {
|
||||
const result = getDatasourceAsSaveableDataset(mockDatasource);
|
||||
|
||||
Reference in New Issue
Block a user