Chore: Some test type fixes (#81812)

some test type fixes
This commit is contained in:
Ashley Harrison
2024-02-05 09:47:30 +00:00
committed by GitHub
parent e50916ae64
commit dcf58555e8
28 changed files with 208 additions and 262 deletions

View File

@@ -45,7 +45,7 @@ describe('__url_time_range', () => {
from: 1607687293000,
to: 1607687293100,
}),
} as any);
} as unknown as TimeSrv);
});
it('should interpolate to url params', () => {