mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-23 15:06:17 +00:00
Increase coverage in TagSelector
This commit is contained in:
@@ -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 = () => {};
|
||||
|
||||
Reference in New Issue
Block a user