mirror of
https://github.com/apache/superset.git
synced 2026-07-20 21:55:46 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -230,14 +230,14 @@ test('returns column keywords among selected tables', async () => {
|
||||
},
|
||||
),
|
||||
);
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
storeWithSqlLab.dispatch(
|
||||
addTable(
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
{ id: expectQueryEditorId } as any,
|
||||
expectTable,
|
||||
expectCatalog,
|
||||
expectSchema,
|
||||
),
|
||||
) as any,
|
||||
);
|
||||
});
|
||||
|
||||
@@ -275,14 +275,14 @@ test('returns column keywords among selected tables', async () => {
|
||||
);
|
||||
|
||||
act(() => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
storeWithSqlLab.dispatch(
|
||||
addTable(
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
{ id: expectQueryEditorId } as any,
|
||||
unexpectedTable,
|
||||
expectCatalog,
|
||||
expectSchema,
|
||||
),
|
||||
) as any,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user