Increase coverage in TagSelector

This commit is contained in:
Alejandro Celaya
2023-08-13 13:53:08 +02:00
parent 5b15c184eb
commit ee62d9a5f0
4 changed files with 103 additions and 45 deletions

View File

@@ -25,3 +25,4 @@ afterEach(() => {
(global as any).scrollTo = () => {};
(global as any).prompt = () => {};
(global as any).matchMedia = (media: string) => ({ matches: false, media });
(global as any).HTMLElement.prototype.scrollIntoView = () => {};