refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
parent
53efb2bad5
commit
4c99e9dc73
39 changed files with 69 additions and 63 deletions
|
|
@ -43,7 +43,7 @@ describe('asyncRunSafe', () => {
|
|||
})
|
||||
|
||||
describe('getTextWidthWithCanvas', () => {
|
||||
let originalCreateElement: any
|
||||
let originalCreateElement: typeof document.createElement
|
||||
|
||||
beforeEach(() => {
|
||||
// Store original implementation
|
||||
|
|
@ -231,8 +231,8 @@ describe('canFindTool', () => {
|
|||
})
|
||||
|
||||
describe('removeSpecificQueryParam', () => {
|
||||
let originalLocation: any
|
||||
let originalReplaceState: any
|
||||
let originalLocation: Location
|
||||
let originalReplaceState: typeof window.history.replaceState
|
||||
|
||||
beforeEach(() => {
|
||||
originalLocation = window.location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue