Chore: more any/type assertion improvements (#57450)

* more friday any/type assertion improvements

* Apply suggestions from code review

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>

* Update public/app/angular/promiseToDigest.test.ts

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
Ashley Harrison
2022-10-25 10:04:35 +01:00
committed by GitHub
parent 8adbacb18e
commit d2a70bc42d
47 changed files with 164 additions and 389 deletions

View File

@ -190,7 +190,7 @@ describe('mergeTables', () => {
[12.12, time],
[14.44, time + 1],
],
} as any as TableModel,
} as unknown as TableModel,
];
it('should return the single table as is', () => {