Migrated DomainRow test to react testing library

This commit is contained in:
Alejandro Celaya
2022-05-09 18:38:14 +02:00
parent 43302ef5a8
commit 0b16300a70
2 changed files with 63 additions and 33 deletions

View File

@@ -4,3 +4,4 @@ import ResizeObserver from 'resize-observer-polyfill';
(global as any).ResizeObserver = ResizeObserver;
(global as any).scrollTo = () => {};
(global as any).matchMedia = (media: string) => ({ matches: false, media });