Conform more code to strictNullChecks
and noImplicitAny
(#11156)
This commit is contained in:
parent
46eb34a55d
commit
6836a5fa7b
9 changed files with 36 additions and 19 deletions
|
@ -166,7 +166,7 @@ describe("SpaceHierarchy", () => {
|
|||
observe: () => null,
|
||||
unobserve: () => null,
|
||||
disconnect: () => null,
|
||||
});
|
||||
} as ResizeObserver);
|
||||
window.IntersectionObserver = mockIntersectionObserver;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue