mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 21:26:46 +00:00
7 lines
205 B
TypeScript
7 lines
205 B
TypeScript
import '@testing-library/jest-dom';
|
|
import 'jest-canvas-mock';
|
|
import ResizeObserver from 'resize-observer-polyfill';
|
|
|
|
(global as any).ResizeObserver = ResizeObserver;
|
|
(global as any).scrollTo = () => {};
|