mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
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:
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user