mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -80,7 +80,7 @@ const testData = [
|
||||
describe('sortAlphanumericCaseInsensitive', () => {
|
||||
it('Sort rows', () => {
|
||||
const sorted = [...testData].sort((a, b) =>
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
sortAlphanumericCaseInsensitive(a, b, 'col'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user