mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
8 lines
No EOL
201 B
Text
8 lines
No EOL
201 B
Text
Object.defineProperty(window, 'ResizeObserver', {
|
|
writable: true,
|
|
value: jest.fn().mockImplementation(() => ({
|
|
disconnect: jest.fn(),
|
|
observe: jest.fn(),
|
|
unobserve: jest.fn(),
|
|
}))
|
|
}); |